RemovedConditionAction.ConditionName 属性
定义
获取一个字符串,该字符串包含要从工作流中移除的 RuleCondition 的名称。Gets a string that contains the name of the RuleCondition to remove from 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
属性值
要从工作流中移除的 RuleCondition 的名称。The name of the RuleCondition to remove from the workflow.