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 可以是空參考(Nothing)。

適用於