AddedConditionAction.ConditionName Property

Definition

Gets a string that contains the name of the RuleCondition that was added to the workflow.

public:
 virtual property System::String ^ ConditionName { System::String ^ get(); };
public override string ConditionName { get; }
member this.ConditionName : string
Public Overrides ReadOnly Property ConditionName As String

Property Value

The name of the RuleCondition that was added to the workflow.

Applies to