Class EventLocationOptions
Options that can be set when creating a location for a meeting request
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class EventLocationOptions
Properties
Address
Address options
Declaration
public EventAddressOptions Address { get; set; }
Property Value
| EventAddressOptions |
Coordinates
Coordinates options
Declaration
public EventCoordinateOptions Coordinates { get; set; }
Property Value
| EventCoordinateOptions |
DisplayName
LocationEmailAddress
Location email address
Declaration
public string LocationEmailAddress { get; set; }
Property Value
| string |
LocationUri
Type
Type of location
Declaration
public EventLocationType Type { get; set; }
Property Value
| EventLocationType |