API Reference
Class
DirectoryEssentialsScope
Scope and filtering options for Directory Essentials collection.
Inheritance
- Object
- DirectoryEssentialsScope
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
- Property DirectoryEssentialsData.Scope
Accepted by parameters
Constructors
public DirectoryEssentialsScope() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Forest { get; set; } #Forest DNS name to target; when null the current forest is used.
public IReadOnlyList<String> IncludeDomains { get; set; } #Include only these domains (DNS names). When empty, all forest domains are included.
public IReadOnlyList<String> ExcludeDomains { get; set; } #Exclude these domains (DNS names).