CaseWatchArguments Property |
The arguments for starting the new process
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic OutArgument<Dictionary<string, Object>> Arguments { get; set; }
Public Property Arguments As OutArgument(Of Dictionary(Of String, Object))
Get
Set
public:
property OutArgument<Dictionary<String^, Object^>^>^ Arguments {
OutArgument<Dictionary<String^, Object^>^>^ get ();
void set (OutArgument<Dictionary<String^, Object^>^>^ value);
}
member Arguments : OutArgument<Dictionary<string, Object>> with get, set
Property Value
OutArgumentDictionaryString,
Object
See Also