Share via


TrackingCondition.Value Propriedade

Definição

Quando substituído em uma classe derivada, obtém ou define o valor a ser comparado.

public:
 abstract property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public abstract string Value { get; set; }
member this.Value : string with get, set
Public MustOverride Property Value As String

Valor da propriedade

String

O valor a ser comparado.

Comentários

Value será comparado com o valor de Member aplicando o Operator .

Aplica-se a