Module.IsComposite プロパティ

定義

モジュールの種類を取得または設定します (その複合モジュールの場合)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象