NetworkConnectionInfoDomainType Property |
Gets a value that indicates whether the network associated with this connection is an Active Directory network and whether the machine has been authenticated by Active Directory. 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:
DomainTypeSee Also