UserPrincipal.VoiceTelephoneNumber 属性
定义
获取或设置用户主体的语音电话号码。Gets or sets the voice telephone number for the user principal.
public:
property System::String ^ VoiceTelephoneNumber { System::String ^ get(); void set(System::String ^ value); };
public string VoiceTelephoneNumber { get; set; }
member this.VoiceTelephoneNumber : string with get, set
Public Property VoiceTelephoneNumber As String
属性值
用户主体的语音电话号码。The voice telephone number of the user principal.
例外
基础存储不支持此属性。The underlying store does not support this property.