SequentialWorkflowActivity.DynamicUpdateCondition Propriedade

Definição

Obtém ou define um ActivityCondition em que as atualizações dinâmicas podem ser feitas no fluxo de trabalho, quando substituído em uma classe derivada.Gets or sets an ActivityCondition in which dynamic updates can be made in the workflow, when overridden in a derived class.

public:
 property System::Workflow::ComponentModel::ActivityCondition ^ DynamicUpdateCondition { System::Workflow::ComponentModel::ActivityCondition ^ get(); void set(System::Workflow::ComponentModel::ActivityCondition ^ value); };
public System.Workflow.ComponentModel.ActivityCondition DynamicUpdateCondition { get; set; }
member this.DynamicUpdateCondition : System.Workflow.ComponentModel.ActivityCondition with get, set
Public Property DynamicUpdateCondition As ActivityCondition

Valor da propriedade

ActivityCondition

Um ActivityCondition que identifica quando as atualizações dinâmicas podem ser feitas.A ActivityCondition that identifies when dynamic updates can be made.

Aplica-se a