Partilhar via


ContactProfile.Country Propriedade

Definição

Obtém ou define o país do usuário. Esse é o código ISO 3166-1 alfa-3.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a