Zetetic.Ldap.DnEventArgs.DnEventArgs C# (CSharp) 메소드

DnEventArgs() 공개 메소드

public DnEventArgs ( string dn ) : System
dn string
리턴 System
        public DnEventArgs(string dn)
        {
            this.DistinguishedName = dn;
        }
    }
DnEventArgs