ActivityDescription.Metadata 屬性

 

取得此活動的中繼資料集合。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

語法

public IDictionary<string, string> Metadata { get; }
public:
property IDictionary<String^, String^>^ Metadata {
    IDictionary<String^, String^>^ get();
}
member Metadata : IDictionary<string, string> with get
Public ReadOnly Property Metadata As IDictionary(Of String, String)

屬性值

Type: System.Collections.Generic.IDictionary<String, String>

索引鍵-值組的 IDictionary,代表此活動的中繼資料。

備註

這些金鑰-值組可以用於 Get 方法中的活動查詢目的。

請參閱

ActivityDescription 類別
Microsoft.Workflow.Client 命名空間

回到頁首