次の方法で共有


RegionContract.IsMasterRegion プロパティ

定義

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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象