Novell.Directory.Ldap.LdapUrl.setDN C# (CSharp) 메소드

setDN() 개인적인 메소드

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