NetworkInfoDomainType Property |
Gets the domain type of the network. This value of this property is not cached.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DomainType DomainType { get; }
Public ReadOnly Property DomainType As DomainType
Get
public:
property DomainType DomainType {
DomainType get ();
}
member DomainType : DomainType with get
Property Value
Type:
DomainTypeRemarks The domain indictates whether the network is an Active Directory Network, and whether the machine has been authenticated by Active Directory.
See Also