ContextToken.OwnerActivityName 属性

定义

获取或设置与此上下文令牌关联的 Activity 的名称。Gets or sets the name of the Activity associated with this context token.

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

一个字符串,表示与此上下文令牌关联的活动的名称。A string that represents the name of the activity associated with this context token.

属性

适用于