UserTrackingLocation.KeyName Property

Definition

Gets or sets the name with which the user data must be associated for the UserTrackingLocation to be matched.

C#
public string KeyName { get; set; }

Property Value

A string key with which the user data must be associated for the UserTrackingLocation to be matched or a null reference (Nothing in Visual Basic).

Remarks

An activity designer or a workflow designer can use either Activity.TrackData(String, Object) or ActivityExecutionContext.TrackData(String, Object) to associate a string key with the user data that is emitted in a user event. If KeyName is not a null reference (Nothing), the key associated with the user data must match the value of KeyName for the UserTrackingLocation to be matched. If KeyName is a null reference (Nothing), the runtime tracking infrastructure does not check for a matching key to determine whether the UserTrackingLocation is matched.

Applies to

Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1