WorkflowStartParameters.Content プロパティ

コンテンツ辞書を取得します。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public ReadOnly Property Content As Dictionary(Of String, Object)
    Get
'使用
Dim instance As WorkflowStartParameters 
Dim value As Dictionary(Of String, Object)

value = instance.Content
public Dictionary<string, Object> Content { get; }
public:
property Dictionary<String^, Object^>^ Content {
    Dictionary<String^, Object^>^ get ();
}
member Content : Dictionary<string, Object>
function get Content () : Dictionary<String, Object>

プロパティ値

型: System.Collections.Generic.Dictionary<String, Object>
コンテンツは、ワークフロー インスタンスに渡されるユーザー定義のプロパティの辞書です。

関連項目

参照

WorkflowStartParameters クラス

Microsoft.Workflow.Client 名前空間