Novell.Directory.Ldap.LdapEntry.LdapEntry C# (CSharp) Method

LdapEntry() public method

Constructs an empty entry.
public LdapEntry ( ) : System
return System
        public LdapEntry()
            : this(null, null)
        {
        }

Same methods

LdapEntry::LdapEntry ( System dn ) : System
LdapEntry::LdapEntry ( System dn, LdapAttributeSet attrs ) : System