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
System.String
|
LocationEmailAddress
Optional email address of the location.
Declaration
string LocationEmailAddress { get; }
Property Value
System.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
System.String
|
UniqueId
For internal use only.
Declaration
string UniqueId { get; }
Property Value
System.String
|
UniqueIdType
For internal use only.
Declaration
string UniqueIdType { get; }
Property Value
System.String
|