WorkflowCreationContext.WorkflowArguments Propriedade

Definição

Faz com que os argumentos sejam encaminhados para a instância de workflow recém-criada.

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)

Valor de Propriedade

Um dicionário de argumentos de pares chave/valor para a instância do fluxo de trabalho.

Aplica-se a