다음을 통해 공유


ContextToken.OwnerActivityName 속성

정의

이 컨텍스트 토큰과 연결된 Activity의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ OwnerActivityName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.PropertyValueProviderTypeConverter))]
public string OwnerActivityName { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.PropertyValueProviderTypeConverter))>]
member this.OwnerActivityName : string with get, set
Public Property OwnerActivityName As String

속성 값

String

이 컨텍스트 토큰과 연결된 활동의 이름을 나타내는 문자열입니다.

특성

적용 대상