API Reference / LdapToolQueryResultAPI ReferenceClass LdapToolQueryResultEdit on GitHubNamespace ADPlayground.HelpersAssembly ADPlaygroundSource ADPlayground/Helpers/LdapToolQueryExecutor.cs:91Typed LDAP query result.InheritanceObjectLdapToolQueryResultFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic LdapToolQueryResult() #ADPlayground/Helpers/LdapToolQueryExecutor.cs:91Inherited Methodspublic override Boolean Equals(Object obj) #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:20Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:25Returns: Int32Inherited from Objectpublic Type GetType() #Returns: TypeInherited from Objectpublic override String ToString() #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:15Returns: StringInherited from ObjectPropertiespublic Int32 Count { get; set; } #ADPlayground/Helpers/LdapToolQueryExecutor.cs:81Number of rows returned.public Boolean Truncated { get; set; } #ADPlayground/Helpers/LdapToolQueryExecutor.cs:86Whether results were truncated by explicit caps.public IReadOnlyList<LdapToolQueryRow> Rows { get; set; } #ADPlayground/Helpers/LdapToolQueryExecutor.cs:91Returned rows.