TrackingDataItemValue.DataValue 속성

정의

추출된 string 데이터의 값 표현을 가져오거나 설정합니다.

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

속성 값

string 추출된 데이터의 값 표현입니다. 기본값은 null 참조(Nothing Visual Basic의 경우)입니다.

설명

DataValue 은 null 참조(Nothing)일 수 있습니다.

적용 대상