Module.IsGlobal プロパティ

定義

モジュールの isGlobal フラグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象