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

アクティブ化メタデータを表す名前と値のペアのコレクション。

参照

WorkflowActivationParameters クラス
Microsoft.Workflow.Client 名前空間

トップに戻る