Novell.Directory.Ldap.LdapUrl.setDN C# (CSharp) Méthode

setDN() private méthode

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