API Reference
Class
RequirementSet
Declarative requirements that must be satisfied before executing a rule or test.
Inheritance
- Object
- RequirementSet
Constructors
public RequirementSet() #Inherited Methods
Properties
public List<String> CommandAvailable { get; set; } #Commands that need to be available in the current PowerShell session.
public List<String> ModuleAvailable { get; set; } #PowerShell modules that need to be installed/available in the session host.
public Nullable<Boolean> IsDomainRoot { get; set; } #When true, the rule/test should run only for the forest root domain.
public Nullable<Boolean> IsPdc { get; set; } #When true, the rule/test should run only when targeting a PDC emulator.
public Nullable<Boolean> IsInternalForest { get; set; } #When true, the rule/test should execute only for internal forests.