API Reference
Class
LdapToolSingleQueryResult
Typed LDAP single-row query result.
Inheritance
- Object
- LdapToolSingleQueryResult
Constructors
public LdapToolSingleQueryResult() #Inherited Methods
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.