WorkflowCreationContext.WorkflowArguments Свойство

Определение

Возвращает аргументы, передаваемые вновь созданному экземпляру рабочего процесса.

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)

Значение свойства

IDictionary<String,Object>

Словарь аргументов в виде пар ключ/значение для экземпляра рабочего процесса.

Применяется к