LDAP Client.Net

Entry.DN Property

The Entry's distinguished name.

[Visual Basic]
MustOverride Public Property ReadOnly DN As String
[C#]
public abstract string DN { get; }
[C++]
public: abstract __property String* get_DN();
[JScript]
public abstract function get DN() : String

See Also

Entry Class | LdapServices.Ldap Namespace