LDAP Client.Net

Attribute.Delete Method 

Remove the attribute from the directory. This will set the IsDeleted property to True.

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

See Also

Attribute Class | LdapServices.Ldap Namespace