Bagikan melalui


RegionContract.IsMasterRegion Property

Definition

Gets or sets whether Region is the master region.

[Newtonsoft.Json.JsonProperty(PropertyName="isMasterRegion")]
public bool? IsMasterRegion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isMasterRegion")>]
member this.IsMasterRegion : Nullable<bool> with get, set
Public Property IsMasterRegion As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to