Interface IGraphLocation
Represents location information of an event.
public interface IGraphLocation : IDataModel<IGraphLocation>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphLocation>
- Inherited Members
- Extension Methods
Properties
Address
The street address of the location.
IGraphPhysicalAddress Address { get; set; }
Property Value
Coordinates
The geographic coordinates and elevation of the location.
IGraphOutlookGeoCoordinates Coordinates { get; set; }
Property Value
DisplayName
The name associated with the location.
string DisplayName { get; }
Property Value
LocationEmailAddress
Optional email address of the location.
string LocationEmailAddress { get; }
Property Value
LocationType
The type of location
EventLocationType LocationType { get; }
Property Value
LocationUri
Optional URI representing the location.
string LocationUri { get; }
Property Value
UniqueId
For internal use only.
string UniqueId { get; }
Property Value
UniqueIdType
For internal use only.
string UniqueIdType { get; }