Table of Contents

Interface IGraphPhone

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Represents a phone number.

public interface IGraphPhone : IDataModel<IGraphPhone>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphPhone>
Inherited Members
Extension Methods

Properties

Number

The phone number.

string Number { get; set; }

Property Value

string

Type

The type of phone number.

EventPhoneType Type { get; set; }

Property Value

EventPhoneType