共用方式為


CorrelationToken.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

擁有相互關聯權杖之 Activity 的名稱。

屬性

範例

下列範例將示範存取相互關聯權杖物件的 OwnerActivityName 屬性。 這個範例來自 CorrelatedLocalServiceWorkflow.designer.cs 檔案中的<相互關聯本機服務 SDK>範例。 如需詳細資訊,請參閱 相互關聯的本機服務範例

correlationtoken1.OwnerActivityName = "sequence2";
correlationtoken1.OwnerActivityName = "sequence2"

適用於