IPWorks Auth 2020 .NET Edition

Questions / Feedback?

References Property

Collection of references returned from the server.

Syntax

public LDAPReferenceList References { get; }
Public ReadOnly Property References As LDAPReferenceList

Remarks

This property contains a collection of references returned from the server. References will be SearchResult references if inside a SearchResult or SearchResultReference event in which case they represent URLs to contact to continue the search. References will be regular Result references if inside the Result event or SearchComplete event in which case they represent the URLs to contact in order to complete the requested operation.

This collection is indexed from 0 to Count - 1.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 .NET Edition - Version 20.0 [Build 8155]