Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As NoCompatiblePartitionFoundException
Dim value As ReferenceValue

value = instance.DN

Syntax

Visual Basic
Public ReadOnly Property DN As ReferenceValue
C#
public ReferenceValue DN { get; }
C++
public:
property ReferenceValue^ DN {
		ReferenceValue^ get ();
}
J#
/** @property */
public ReferenceValue get_DN ()
JScript
public function get DN () : ReferenceValue

Property Value

Returns a ReferenceValue object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also