IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

LDAPReference Type

A reference returned from the server.

Remarks

This type describes an LDAP Reference, which may be queried inside the SearchResult, SearchResultReference, Result, or SearchComplete events.

When inside a SearchResult or SearchResultReference event, References will be a search result reference (aka continuation reference), in which case they represent URLs to contact to continue the search.

When inside a Result or SearchComplete event, a Reference will be a regular referral in which case it represents the URL to contact in order to complete the requested operation.

Fields

URL
String

The url of the LDAP reference. If inside a SearchResult or SearchResultReference event, it represents a URL to contact to continue the search. If inside the Result event or SearchComplete event it represents the URL to contact in order to complete the requested operation.

Constructors

[VB.NET]
Public LDAPReference()

[C#]
public LDAPReference();



 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]