ISiteContainer.IsMain Property

Definition

true if the container is the main site container; false otherwise.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="<code>true</code> if the container is the main site container; <code>false</code> otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isMain", Update=true)]
public bool? IsMain { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="<code>true</code> if the container is the main site container; <code>false</code> otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isMain", Update=true)>]
member this.IsMain : Nullable<bool> with get, set
Public Property IsMain As Nullable(Of Boolean)

Property Value

Attributes

Applies to