Search Results for

    Show / Hide Table of Contents

    Interface IGraphTimeSlot

    Represents a time slot for a meeting.

    Inherited Members
    IDataModel<IGraphTimeSlot>.Requested
    IDataModel<IGraphTimeSlot>.HasValue(string)
    IDataModel<IGraphTimeSlot>.HasChanged(string)
    IDataModel<IGraphTimeSlot>.IsPropertyAvailable(Expression<Func<IGraphTimeSlot, object>>)
    IDataModel<IGraphTimeSlot>.ArePropertiesAvailable(params Expression<Func<IGraphTimeSlot, object>>[])
    IDataModel<IGraphTimeSlot>.EnsureProperties(params Expression<Func<IGraphTimeSlot, object>>[])
    IDataModel<IGraphTimeSlot>.EnsurePropertiesAsync(params Expression<Func<IGraphTimeSlot, object>>[])
    IDataModel<IGraphTimeSlot>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphTimeSlot>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphTimeSlot>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphTimeSlot>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphTimeSlot>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphTimeSlot>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface IGraphTimeSlot : IDataModel<IGraphTimeSlot>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphTimeSlot>

    Properties

    Address

    The date, time, and time zone that a period ends.

    Declaration
    string Address { get; set; }
    Property Value
    string

    Name

    The date, time, and time zone that a period begins.

    Declaration
    string Name { get; set; }
    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