Search Results for

    Show / Hide Table of Contents

    Interface IGraphLocation

    Represents location information of an event.

    Inherited Members
    IDataModel<IGraphLocation>.Requested
    IDataModel<IGraphLocation>.HasValue(string)
    IDataModel<IGraphLocation>.HasChanged(string)
    IDataModel<IGraphLocation>.IsPropertyAvailable(Expression<Func<IGraphLocation, object>>)
    IDataModel<IGraphLocation>.ArePropertiesAvailable(params Expression<Func<IGraphLocation, object>>[])
    IDataModel<IGraphLocation>.EnsureProperties(params Expression<Func<IGraphLocation, object>>[])
    IDataModel<IGraphLocation>.EnsurePropertiesAsync(params Expression<Func<IGraphLocation, object>>[])
    IDataModel<IGraphLocation>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphLocation>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphLocation>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphLocation>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphLocation>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphLocation>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    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

    UniqueId

    For internal use only.

    Declaration
    string UniqueId { get; }
    Property Value
    string

    UniqueIdType

    For internal use only.

    Declaration
    string UniqueIdType { get; }
    Property Value
    string

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<string, string>, Action<Dictionary<string, string>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<string, string>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer