UserTrackingLocation.KeyName 属性

定义

获取或设置名称,用户数据必须与该名称关联才能使 UserTrackingLocation 得以匹配。

public:
 property System::String ^ KeyName { System::String ^ get(); void set(System::String ^ value); };
public string KeyName { get; set; }
member this.KeyName : string with get, set
Public Property KeyName As String

属性值

一个 string 键,用户数据必须与该键关联才能使 UserTrackingLocation 得以匹配,或者为空引用(在 Visual Basic 中为 Nothing)。

注解

活动设计器或工作流设计器可以使用 Activity.TrackData(String, Object)ActivityExecutionContext.TrackData(String, Object) 将字符串键与用户事件中发出的用户数据关联。 如果 KeyName 不是空引用(Nothing),则与用户数据关联的键必须与 KeyName 的值匹配,才能使 UserTrackingLocation 得以匹配。 如果 KeyName 是空引用 (Nothing),则运行时跟踪基础结构不会检查匹配键来确定 UserTrackingLocation 是否已匹配。

适用于