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