API Reference
Class
GroupsListQueryOptions
Query options for group list lookups.
Inheritance
- Object
- GroupsListQueryOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method AdGroupsListService.TryQuery
Constructors
public GroupsListQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Optional domain controller override.
public String SearchBaseDn { get; set; } #Search base distinguished name.
public String NameContains { get; set; } #Optional case-insensitive substring filter against cn/name/sAMAccountName.
public String NamePrefix { get; set; } #Optional case-insensitive prefix filter against cn/name/sAMAccountName.
public Int32 MaxResults { get; set; } #Maximum rows to scan before pagination.
public Int64 Offset { get; set; } #Offset into the ordered result set.
public Int32 PageSize { get; set; } #Maximum rows to return for the current page.
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values returned for multi-valued attributes.
public IReadOnlyList<String> Attributes { get; set; } #Attributes to return.