AddedConditionAction.ConditionName Propriedade
Definição
Obtém uma cadeia de caracteres que contém o nome da RuleCondition que foi adicionada ao fluxo de trabalho.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
Valor da propriedade
O nome do RuleCondition que foi adicionado ao fluxo de trabalho.The name of the RuleCondition that was added to the workflow.