Interface IGraphLocation
Represents location information of an event.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface IGraphLocation : IDataModel<IGraphLocation>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphLocation>
Properties
Address
The street address of the location.
Declaration
IGraphPhysicalAddress Address { get; set; }
Property Value
| IGraphPhysicalAddress |
Coordinates
The geographic coordinates and elevation of the location.
Declaration
IGraphOutlookGeoCoordinates Coordinates { get; set; }
Property Value
| IGraphOutlookGeoCoordinates |
DisplayName
The name associated with the location.
Declaration
string DisplayName { get; }
Property Value
| string |
LocationEmailAddress
Optional email address of the location.
Declaration
string LocationEmailAddress { get; }
Property Value
| string |
LocationType
The type of location
Declaration
EventLocationType LocationType { get; }
Property Value
| EventLocationType |
LocationUri
Optional URI representing the location.
Declaration
string LocationUri { get; }
Property Value
| string |