API Reference
Class
DomainControllersQueryOptions
Query options for domain controller lookups.
Inheritance
- Object
- DomainControllersQueryOptions
Constructors
public DomainControllersQueryOptions() #Inherited Methods
Properties
public String DomainController { get; set; } #Optional domain controller override.
public String SearchBaseDn { get; set; } #Search base distinguished name (typically RootDSE defaultNamingContext).
public Int32 MaxResults { get; set; } #Maximum rows to return.
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values returned for multi-valued attributes.