다음을 통해 공유


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

속성 값

String

비교할 값입니다.

설명

ValueMember를 적용하여 Operator의 값과 비교됩니다.

적용 대상