TrackingDataItemValue.DataValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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)。