Site.IsDefaultContainer Property

Definition

Gets <code>true</code> if the app is a default container; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isDefaultContainer")]
public bool? IsDefaultContainer { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isDefaultContainer")>]
member this.IsDefaultContainer : Nullable<bool>
Public ReadOnly Property IsDefaultContainer As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to