UserTrackingRecord.UserDataKey Property

Definition

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).

Applies to