UserTrackingRecord.UserDataKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a key associated with the user data for this 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
Property Value
A string
key associated with the user data for this tracking record.
Remarks
An activity or workflow designer can use either ActivityExecutionContext.TrackData(String, Object) or Activity.TrackData(String, Object) to specify a key to associate with the user data pushed to the runtime tracking infrastructure. UserDataKey contains this key. If no key is specified, UserDataKey is a null reference (Nothing
in Visual Basic).