UpdatedConditionAction.NewConditionDefinition Propriedade

Definição

Obtém ou define a condição que substituirá a condição existente.Gets or sets the condition which will replace the existing condition.

public:
 property System::Workflow::Activities::Rules::RuleCondition ^ NewConditionDefinition { System::Workflow::Activities::Rules::RuleCondition ^ get(); void set(System::Workflow::Activities::Rules::RuleCondition ^ value); };
public System.Workflow.Activities.Rules.RuleCondition NewConditionDefinition { get; set; }
member this.NewConditionDefinition : System.Workflow.Activities.Rules.RuleCondition with get, set
Public Property NewConditionDefinition As RuleCondition

Valor da propriedade

RuleCondition

A condição que substituirá a condição existente.The condition which will replace the existing condition.

Exceções

Tentativa de definir essa propriedade como uma referência nula (Nothing no Visual Basic).Trying to set this property to a null reference (Nothing in Visual Basic).

Comentários

Essa propriedade é configurável para que a classe possa ser desserializada.This property is settable so that the class can be deserialized. Você não deve ter que definir essa propriedade.You should not have to set this property. Alterá-lo durante uma atualização dinâmica pode levar a resultados inesperados.Changing it during a dynamic update might lead to unexpected results.

Aplica-se a