UserTrackingRecord.UserDataKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與使用者資料 UserTrackingRecord相關的鍵。
public:
property System::String ^ UserDataKey { System::String ^ get(); void set(System::String ^ value); };
public string UserDataKey { get; set; }
member this.UserDataKey : string with get, set
Public Property UserDataKey As String
屬性值
與 string 此追蹤記錄使用者資料相關的鍵。
備註
活動或工作流程設計師可以使用 ActivityExecutionContext.TrackData(String, Object) Or Activity.TrackData(String, Object) 來指定一個鍵,與推送至執行時追蹤基礎設施的使用者資料關聯。
UserDataKey 包含此鑰匙。 若未指定鍵,UserDataKey 為空參考(在 Visual Basic 中為 Nothing)。