TenantIdDescription.Country Property

Definition

Gets country/region name of the address for the tenant.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to