TestimoX

API Reference

Class

LdapToolQueryResult

Namespace ADPlayground.Helpers
Assembly ADPlayground

Typed LDAP query result.

Inheritance

  • Object
  • LdapToolQueryResult

Constructors

Properties

public Int32 Count { get; set; } #

Number of rows returned.

public Boolean Truncated { get; set; } #

Whether results were truncated by explicit caps.

public IReadOnlyList<LdapToolQueryRow> Rows { get; set; } #

Returned rows.