Compartir a través de


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