UpdateContactProfile.Country Property

Definition

Gets or sets country of the user. This is the ISO 3166-1 alpha-3 code.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to