API Reference
Class
ExpiredUsersQueryResult
Result of an expired users query.
Inheritance
- Object
- ExpiredUsersQueryResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ExpiredUsersService.Query
Constructors
public ExpiredUsersQueryResult() #Initializes a new instance of the ExpiredUsersQueryResult class.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Domain controller/domain endpoint used by the query.
public String SearchBaseDn { get; set; } #LDAP base DN used by the query.
public DateTime ReferenceTimeUtc { get; set; } #Reference UTC time used by the query.
public Int32 MaxResults { get; set; } #Maximum number of results requested.
public String LdapFilter { get; set; } #The LDAP filter used for the query.
public Int32 Count { get; set; } #Number of results returned.
public Boolean IsTruncated { get; set; } #True when result count reached the requested cap.
public IReadOnlyList<ExpiredUserEntry> Results { get; set; } #Returned results.