RasCountry.GetCountryById Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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 

Parameters

countryId
Type: System..::..Int32
The country id to retrieve.

Return Value

Type: RasCountry
A new RasCountry object.

See Also