InvalidDNException.DN Property

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

Usage

'Usage
Dim instance As InvalidDNException
Dim value As ReferenceValue

value = instance.DN

Syntax

'Declaration
Public ReadOnly Property DN As ReferenceValue
public ReferenceValue DN { get; }
public:
property ReferenceValue^ DN {
    ReferenceValue^ get ();
}
/** @property */
public ReferenceValue get_DN ()
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

Reference

InvalidDNException Class
InvalidDNException Members
Microsoft.MetadirectoryServices Namespace
InvalidDNException Class