Retrieves country/region specific dialing information from the Windows Telephony list of countries/regions for a specific country id.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public static RasCountry GetCountryById(
int countryId
) |
| Visual Basic |
|---|
Public Shared Function GetCountryById (
countryId As Integer
) As RasCountry |
| Visual C++ |
|---|
public:
static RasCountry^ GetCountryById(
int countryId
) |
| F# |
|---|
static member GetCountryById :
countryId : int -> RasCountry
|
Return Value
Type:
RasCountryA new
RasCountry object.
See Also