Gets or sets the country/region code portion of the phone number.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public int CountryCode { get; set; } |
| Visual Basic |
|---|
Public Property CountryCode As Integer Get Set |
| Visual C++ |
|---|
public: property int CountryCode { int get (); void set (int value); } |
| F# |
|---|
member CountryCode : int with get, set |