LdapSearchResults
Overview
LdapSearchResults is the list of elements returned by LdapClient.Search. It's a regular list of items that can be used with foreach
or looping through the list using the Count
and item
properties of List<T>.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Ldap
- Ancestry: List<LdapObject> | LdapSearchResults
Properties
Referals
Referals is a list of (optional) urls, containing urls that might hold more information about the records you are searching for.
property Referals: IList<String> read;
IList<String> Referals { get; }
ReadOnly Property Referals() As IList<String>
Instance Methods
constructor
Constructor for this class.
constructor
LdapSearchResults()
Sub New()