ComputerInfo.CsPartOfDomain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)