WorkflowCreationDataArguments Property
The input dictionary for setting the InArguments of the workflow instance
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public IDictionary<string, Object> Arguments { get; }
Public ReadOnly Property Arguments As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ Arguments {
IDictionary<String^, Object^>^ get ();
}
member Arguments : IDictionary<string, Object> with get
Property Value
IDictionaryString,
Object