LDAP Client.Net

Entry.Delete Method 

Remove the entry from the directory.

[Visual Basic]
MustOverride Public Sub Delete()
[C#]
public abstract void Delete();
[C++]
public: abstract void Delete();
[JScript]
public abstract function Delete();

See Also

Entry Class | LdapServices.Ldap Namespace