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