DomainType Property

Vista Bridge Library

[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 ();
}

Field Value

A DomainType value.

See Also