Novell.Directory.Ldap.LdapModifyDNRequest.ToString C# (CSharp) Method

ToString() public method

Return an Asn1 representation of this mod DN request #return an Asn1 representation of this object
public ToString ( ) : System.String
return System.String
        public override System.String ToString()
        {
            return Asn1Object.ToString();
        }