Attributes Property
Attributes for the current entry.
Syntax
[VB.NET] Public Property Attributes As LDAPAttributeList
[C#] public LDAPAttributeList Attributes {get;}
Remarks
This property contains a collection of all of the attributes for the current entry. Each attribute's details are found in the fields of the LDAPAttribute type.
After a Search, this property will be populated with the attributes of each search results and can be read within the SearchResult event (one event for each resulting DN).
During an LDAP Modify operation, this property describes the modifications that are to be made to the attributes. You may specify the attribute, the new value, and the operation to be executed by the server in this property.
This collection is indexed from 0 to Count - 1.
This property is not available at design time.