UserTrackingLocation.KeyName 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일치시킬 사용자 데이터를 연결 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 일치하거나 null 참조(Visual Basic UserTrackingLocation)에 대해 사용자 데이터를 연결해야 하는 Nothing 키입니다.
설명
활동 디자이너 또는 워크플로 디자이너는 문자열 키를 사용 Activity.TrackData(String, Object) 하거나 ActivityExecutionContext.TrackData(String, Object) 사용자 이벤트에서 내보낸 사용자 데이터와 연결할 수 있습니다. null 참조(KeyName)가 아닌 경우 Nothing 사용자 데이터와 연결된 키가 일치할 값 KeyNameUserTrackingLocation 과 일치해야 합니다. null 참조(KeyName)인 경우 Nothing 런타임 추적 인프라는 일치하는 키가 일치하는지 여부를 UserTrackingLocation 확인하지 않습니다.