DomainType Property
From Vista Bridge Library
| Vista Bridge Library for Managed code development |
| NetworkConnection..::.DomainType Property |
| NetworkConnection Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
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.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public DomainType DomainType { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DomainType As DomainType |
| Visual C++ |
|---|
public: property DomainType DomainType { DomainType get (); } |