AddressDetails.District Property

Definition

Gets or sets address district.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to