Share via


Phone.CountryCode Property

Definition

Gets or sets countryCode of the detected Phone number.

[Newtonsoft.Json.JsonProperty(PropertyName="CountryCode")]
public string CountryCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="CountryCode")>]
member this.CountryCode : string with get, set
Public Property CountryCode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to