ComputerInfo.CsPartOfDomain Property

Definition

If True, the computer is part of a domain. If the value is NULL, the computer is not in a domain or the status is unknown

public:
 property Nullable<bool> CsPartOfDomain { Nullable<bool> get(); };
public bool? CsPartOfDomain { get; }
member this.CsPartOfDomain : Nullable<bool>
Public ReadOnly Property CsPartOfDomain As Nullable(Of Boolean)

Property Value

Applies to