CorrelationToken.OwnerActivityName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定擁有相互關聯權杖之 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
屬性值
擁有相互關聯權杖之 Activity 的名稱。
- 屬性
範例
下列範例將示範存取相互關聯權杖物件的 OwnerActivityName 屬性。 這個範例來自 CorrelatedLocalServiceWorkflow.designer.cs 檔案中的<相互關聯本機服務 SDK>範例。 如需詳細資訊,請參閱 相互關聯的本機服務範例。
correlationtoken1.OwnerActivityName = "sequence2";
correlationtoken1.OwnerActivityName = "sequence2"