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(Expression<Func<IGraphLocation, Object>>[])
    IDataModel<IGraphLocation>.EnsureProperties(Expression<Func<IGraphLocation, Object>>[])
    IDataModel<IGraphLocation>.EnsurePropertiesAsync(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
    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

    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