Table of Contents

Interface IGraphLocation

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

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

IGraphPhysicalAddress

Coordinates

The geographic coordinates and elevation of the location.

IGraphOutlookGeoCoordinates Coordinates { get; set; }

Property Value

IGraphOutlookGeoCoordinates

DisplayName

The name associated with the location.

string DisplayName { get; }

Property Value

string

LocationEmailAddress

Optional email address of the location.

string LocationEmailAddress { get; }

Property Value

string

LocationType

The type of location

EventLocationType LocationType { get; }

Property Value

EventLocationType

LocationUri

Optional URI representing the location.

string LocationUri { get; }

Property Value

string

UniqueId

For internal use only.

string UniqueId { get; }

Property Value

string

UniqueIdType

For internal use only.

string UniqueIdType { get; }

Property Value

string