Module.IsComposite Property

Definition

Gets or sets type of module, if its composite or not.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to