다음을 통해 공유


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 키나 null 참조(Visual Basic의 경우 Nothing)입니다.

설명

활동 디자이너나 워크플로 디자이너는 Activity.TrackData(String, Object) 또는 ActivityExecutionContext.TrackData(String, Object)를 사용하여 문자열 키를 사용자 이벤트에 내보낼 사용자 데이터와 연결할 수 있습니다. KeyName이 null 참조(Nothing)가 아닌 경우 KeyName을 일치시키려면 사용자 데이터와 연결된 키가 UserTrackingLocation의 값과 일치해야 합니다. KeyName이 null 참조(Nothing)이면 런타임 추적 인프라가 일치 키를 확인하여 UserTrackingLocation 일치 여부를 결정하지 않습니다.

적용 대상