LDAP Client.Net

Attribute.IsDeleted Property

Indicates if the Attribute was explicitly or implicitly deleted. Implicit deletions can occur if LDAPServices.LDAP object is deleted and the attribute is still referenced.

[Visual Basic]
MustOverride Public Property ReadOnly IsDeleted As Boolean
[C#]
public abstract bool IsDeleted { get; }
[C++]
public: abstract __property bool get_IsDeleted();
[JScript]
public abstract function get IsDeleted() : bool

See Also

Attribute Class | LdapServices.Ldap Namespace