Table of Contents

Class EventLocationOptions

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Options that can be set when creating a location for a meeting request

public class EventLocationOptions
Inheritance
EventLocationOptions
Inherited Members

Properties

Address

Address options

public EventAddressOptions Address { get; set; }

Property Value

EventAddressOptions

Coordinates

Coordinates options

public EventCoordinateOptions Coordinates { get; set; }

Property Value

EventCoordinateOptions

DisplayName

Name of the location

public string DisplayName { get; set; }

Property Value

string

LocationEmailAddress

Location email address

public string LocationEmailAddress { get; set; }

Property Value

string

LocationUri

Location Uri

public string LocationUri { get; set; }

Property Value

string

Type

Type of location

public EventLocationType Type { get; set; }

Property Value

EventLocationType