Novell.Directory.Ldap.Rfc2251.RfcLdapResult.getMatchedDN C# (CSharp) Method

getMatchedDN() public method

Returns the matched DN from the server
public getMatchedDN ( ) : RfcLdapDN
return RfcLdapDN
        public RfcLdapDN getMatchedDN()
        {
            return new RfcLdapDN(((Asn1OctetString) get_Renamed(1)).byteValue());
        }