Search Results for

    Show / Hide Table of Contents

    Interface IGraphPhone

    Represents a phone number.

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

    Properties

    Number

    The phone number.

    Declaration
    string Number { get; set; }
    Property Value
    System.String

    Type

    The type of phone number.

    Declaration
    EventPhoneType Type { get; set; }
    Property Value
    EventPhoneType

    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