AutomationRuleSet Class

Definition

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)

Applies to