Share via


IMicrosoftGraphVerifiedDomain.IsDefault Property

Definition

true if this is the default domain associated with the tenant; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="true if this is the default domain associated with the tenant; otherwise, false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDefault", Update=true)]
public bool? IsDefault { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="true if this is the default domain associated with the tenant; otherwise, false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDefault", Update=true)>]
member this.IsDefault : Nullable<bool> with get, set
Public Property IsDefault As Nullable(Of Boolean)

Property Value

Attributes

Applies to