API Reference
Class
DirectoryDetailScenarioResult`1
Represents a typed detail scenario result for identity-based directory reads.
Inheritance
- Object
- DirectoryDetailScenarioResult`1
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 DirectoryDetailScenarioService.QueryComputersAsync
- Method DirectoryDetailScenarioService.QueryGroupMembersAsync
- Method DirectoryDetailScenarioService.QueryGroupsAsync
- Method DirectoryDetailScenarioService.QueryOrganizationalUnitsAsync
- Method DirectoryDetailScenarioService.QueryUserGroupsAsync
- Method DirectoryDetailScenarioService.QueryUsersAsync
Type Parameters
- TItem
- Result item type.
Constructors
public DirectoryDetailScenarioResult<TItem>() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Identity { get; set; } #Gets or sets lookup identity used by the scenario.
public IReadOnlyList<String> Domains { get; set; } #Gets or sets the effective domain list used by the scenario.
public Boolean IncludeForestDomains { get; set; } #Gets or sets whether forest-domain expansion was enabled.
public IReadOnlyList<TItem> Items { get; set; } #Gets or sets the returned items.