UpdatedConditionAction.ConditionDefinition Property

Definition

Gets or sets the condition being replaced by this action.

public:
 property System::Workflow::Activities::Rules::RuleCondition ^ ConditionDefinition { System::Workflow::Activities::Rules::RuleCondition ^ get(); void set(System::Workflow::Activities::Rules::RuleCondition ^ value); };
public System.Workflow.Activities.Rules.RuleCondition ConditionDefinition { get; set; }
member this.ConditionDefinition : System.Workflow.Activities.Rules.RuleCondition with get, set
Public Property ConditionDefinition As RuleCondition

Property Value

The condition being replaced by this action.

Exceptions

Trying to set this property to a null reference (Nothing in Visual Basic).

Remarks

This property is settable so that the class can be deserialized. You should not have to set this property. Changing it during a dynamic update might lead to unexpected results.

Applies to