Novell.Directory.Ldap.LdapUrl.setDN C# (CSharp) Method

setDN() private method

Sets the base distinguished name encapsulated in the URL.
private setDN ( System dn ) : void
dn System
return void
        internal virtual void setDN(System.String dn)
        {
            this.dn = dn;
            return ;
        }