CreateProcessArguments Property
The InArguments for the workflow in the process.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public InArgument<Dictionary<string, Object>> Arguments { get; set; }
Public Property Arguments As InArgument(Of Dictionary(Of String, Object))
Get
Set
public:
property InArgument<Dictionary<String^, Object^>^>^ Arguments {
InArgument<Dictionary<String^, Object^>^>^ get ();
void set (InArgument<Dictionary<String^, Object^>^>^ value);
}
member Arguments : InArgument<Dictionary<string, Object>> with get, set
Property Value
InArgumentDictionaryString,
Object