AutomationRuleSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A rule set which evaluates all its rules upon an event interception. Only when all the included rules in the rule set will be evaluated as 'true', will the event trigger the defined actions.
public class AutomationRuleSet
type AutomationRuleSet = class
Public Class AutomationRuleSet
- Inheritance
-
AutomationRuleSet
Constructors
AutomationRuleSet() |
Initializes a new instance of the AutomationRuleSet class. |
AutomationRuleSet(IList<AutomationTriggeringRule>) |
Initializes a new instance of the AutomationRuleSet class. |
Properties
Rules |
Gets or sets |
Extension Methods
ConvertToPSType(AutomationRuleSet) |