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