다음을 통해 공유


ResourceLocationDataContract.District Property

Definition

Gets or sets the district, state, or province where the resource is located.

[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