共用方式為


CorrelationToken.Name 屬性

定義

取得或設定 CorrelationToken 的名稱。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Name { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Name : string with get, set
Public Property Name As String

屬性值

CorrelationToken 的名稱。

屬性

範例

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

correlationtoken1.Name = "c2";
correlationtoken1.Name = "c2"

適用於