







|
| Vista Bridge Library for Managed code development |
| Network..::.DomainType Property |
| Network Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets the domain type of the network.
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 (); } |
Field Value
A DomainType value.
Remarks
The domain
indictates whether the network is an Active
Directory Network, and whether the machine
has been authenticated by Active Directory.
