ResultDN Property
The Distinguished Name returned in the last server response (if any).
Syntax
[VB.NET] Public ReadOnlyProperty ResultDN As String
[C#] public string ResultDN {get;}
Remarks
This property contains the Distinguished Name returned in the last server response (if any). This is identical to the corresponding parameter provided by the last Result, or SearchComplete event.
This property is read-only.
Default Value
""