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

    Name

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

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