API Reference
Class
DomainAdminsSummaryQueryOptions
Query options for Domain Admins summary shaping.
Inheritance
- Object
- DomainAdminsSummaryQueryOptions
Constructors
public DomainAdminsSummaryQueryOptions() #Inherited Methods
Properties
public String DomainControllerHint { get; set; } #Optional domain controller hint from wrapper inputs.
public String SearchBaseDnHint { get; set; } #Optional base DN hint from wrapper inputs.
public String DomainName { get; set; } #Optional DNS domain name.
public Boolean IncludeNested { get; set; } #When true, include nested members.
public Boolean UsersOnly { get; set; } #When true, include only user-like objects.
public Boolean ComputersOnly { get; set; } #When true, include only computer objects.
public Boolean IncludeMembers { get; set; } #When true, include member rows.
public Int32 MaxResults { get; set; } #Maximum number of rows to return.
public TimeSpan Timeout { get; set; } #Soft timeout for group membership resolution.