RuleConditionChangeAction.ConditionName 属性

定义

当在派生类中重写时,获取要更改的 RuleCondition 的名称。

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

属性值

要更改的 RuleCondition 的名称。

适用于