Proprietà WorkflowStartParameters.Content

Ottiene il dizionario Content.

Spazio dei nomi  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Content As Dictionary(Of String, Object)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Collections.Generic.Dictionary<String, Object>
Content è un dizionario di proprietà definite dall'utente passate all'istanza di flusso di lavoro.

Vedere anche

Riferimento

WorkflowStartParameters Classe

Spazio dei nomi Microsoft.Workflow.Client