CountryInfo.GetCountryInfo method
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Shared Function GetCountryInfo ( _
countryCode As Integer _
) As CountryInfo
'Usage
Dim countryCode As Integer
Dim returnValue As CountryInfo
returnValue = CountryInfo.GetCountryInfo(countryCode)
public static CountryInfo GetCountryInfo(
int countryCode
)
Parameters
- countryCode
Type: System.Int32
Return value
Type: Microsoft.Exchange.Data.Directory.CountryInfo