RemovedRuleSetAction Constructors
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.
Initializes a new instance of the RemovedRuleSetAction class.
Overloads
RemovedRuleSetAction() |
Initializes a new instance of the RemovedRuleSetAction class. |
RemovedRuleSetAction(RuleSet) |
Initializes a new instance of the RemovedRuleSetAction class by using the RuleSet removed from the workflow. |
RemovedRuleSetAction()
Initializes a new instance of the RemovedRuleSetAction class.
public:
RemovedRuleSetAction();
public RemovedRuleSetAction ();
Public Sub New ()
Applies to
RemovedRuleSetAction(RuleSet)
Initializes a new instance of the RemovedRuleSetAction class by using the RuleSet removed from the workflow.
public:
RemovedRuleSetAction(System::Workflow::Activities::Rules::RuleSet ^ removedRuleSetDefinition);
public RemovedRuleSetAction (System.Workflow.Activities.Rules.RuleSet removedRuleSetDefinition);
new System.Workflow.Activities.Rules.RemovedRuleSetAction : System.Workflow.Activities.Rules.RuleSet -> System.Workflow.Activities.Rules.RemovedRuleSetAction
Public Sub New (removedRuleSetDefinition As RuleSet)
Parameters
Exceptions
removedRuleSetDefinition
is a null reference (Nothing
in Visual Basic).
Applies to
.NET