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 参照です (Visual Basic ではNothing )。

注釈

DataValue は null 参照 (Nothing) にすることができます。

適用対象