IHostEntity.IsDomainJoined Property

Definition

Determines whether this host belongs to a domain.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="Determines whether this host belongs to a domain.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isDomainJoined", Update=false)]
public bool? IsDomainJoined { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="Determines whether this host belongs to a domain.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isDomainJoined", Update=false)>]
member this.IsDomainJoined : Nullable<bool>
Public ReadOnly Property IsDomainJoined As Nullable(Of Boolean)

Property Value

Attributes

Applies to