Class EventAddressOptions
Options that can be set when creating an address location for a meeting request
Inheritance
System.Object
EventAddressOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class EventAddressOptions : object
Properties
City
City
Declaration
public string City { get; set; }
Property Value
System.String
|
CountryOrRegion
Country Or Region
Declaration
public string CountryOrRegion { get; set; }
Property Value
System.String
|
PostalCode
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
System.String
|
State
State
Declaration
public string State { get; set; }
Property Value
System.String
|
Street
Street
Declaration
public string Street { get; set; }
Property Value
System.String
|