TextMessagingAccount.NotificationPhoneNumber Property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property NotificationPhoneNumber As E164Number
Get
Set
'Usage
Dim instance As TextMessagingAccount
Dim value As E164Number
value = instance.NotificationPhoneNumber
instance.NotificationPhoneNumber = value
[ParameterAttribute]
public E164Number NotificationPhoneNumber { get; set; }