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 名前空間

トップに戻る