API Reference
Class
GroupCatalogScenarioOptions
Options for group catalog scenarios.
Inheritance
- Object
- GroupCatalogScenarioOptions
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
Accepted by parameters
Constructors
public GroupCatalogScenarioOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IEnumerable<String> Domains { get; set; } #Explicit domain list to query.
public DirectoryScenarioScope Scope { get; set; } #Default scope used when Domains is empty.
public Boolean IncludeTrustedDomains { get; set; } #Includes trusted domains when scope is forest-based.
public String SearchBase { get; set; } #Optional search base DN.
public String LdapFilter { get; set; } #Optional raw LDAP filter.
public String SimpleFilter { get; set; } #Optional simple PowerShell-style filter.
public GroupProperties PropertySet { get; set; } #Group property set to retrieve.
public Boolean IncludeMemberCount { get; set; } #Includes direct member count.
public Boolean UseCache { get; set; } #Uses in-memory query caching.
public Int32 PageSize { get; set; } #LDAP page size.
public TimeSpan CacheDuration { get; set; } #Cache duration for identical queries.
public DirectoryScenarioOutputProfile Profile { get; set; } #Output profile for the scenario.
public DirectoryScenarioPagingOptions Paging { get; set; } #Optional output paging applied after deterministic ordering.