RemovedConditionAction 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 RemovedConditionAction class.
Overloads
RemovedConditionAction() |
Initializes a new instance of the RemovedConditionAction class. |
RemovedConditionAction(RuleCondition) |
Initializes a new instance of the RemovedConditionAction class by using the definition of the removed condition. |
RemovedConditionAction()
Initializes a new instance of the RemovedConditionAction class.
public:
RemovedConditionAction();
public RemovedConditionAction ();
Public Sub New ()
Applies to
RemovedConditionAction(RuleCondition)
Initializes a new instance of the RemovedConditionAction class by using the definition of the removed condition.
public:
RemovedConditionAction(System::Workflow::Activities::Rules::RuleCondition ^ removedConditionDefinition);
public RemovedConditionAction (System.Workflow.Activities.Rules.RuleCondition removedConditionDefinition);
new System.Workflow.Activities.Rules.RemovedConditionAction : System.Workflow.Activities.Rules.RuleCondition -> System.Workflow.Activities.Rules.RemovedConditionAction
Public Sub New (removedConditionDefinition As RuleCondition)
Parameters
- removedConditionDefinition
- RuleCondition
The condition removed from the workflow.
Exceptions
addedConditionDefinition
is a null reference (Nothing
in Visual Basic).