TrackingCondition.Value 屬性

定義

當在派生類別中被覆寫時,會取得或設定比較的值。

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

屬性值

價值值得比較。

備註

Value 將與 的 Member 值進行比較,方法是應用 Operator

適用於