WorkflowCreationContext.WorkflowArguments Eigenschaft

Definition

Ruft die Argumente ab, die an die neu erstellte Workflowinstanz übergeben werden.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ WorkflowArguments { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> WorkflowArguments { get; }
member this.WorkflowArguments : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property WorkflowArguments As IDictionary(Of String, Object)

Eigenschaftswert

Ein Wörterbuch mit Schlüssel-Wert-Paarargumenten zur Workflowinstanz.

Gilt für: