API Reference
Class
LdapToolSingleQueryResult
Typed LDAP single-row query result.
Inheritance
- Object
- LdapToolSingleQueryResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public LdapToolSingleQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean Found { get; set; } #True when at least one matching row was found.
public Boolean Ambiguous { get; set; } #True when more than one matching row was found.
public Int32 MatchCount { get; set; } #Number of rows observed during single-row probing (up to 2).
public LdapToolQueryRow Row { get; set; } #First matched row when Found is true.