Interface IGraphPhone
Represents a phone number.
Inherited Members
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
|