RuleConditionChangeAction.ConditionName Property

Definition

When overridden in a derived class, gets the name of the RuleCondition to be changed.

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

Property Value

The name of the RuleCondition to be changed.

Applies to