| ContextGetParameters Method  | 
Returns all the parameters in a Hashtable
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic Hashtable GetParameters()
Public Function GetParameters As Hashtable
Return Value
Type: 
HashtableList of parameters
RemarksThe returned hashtable contains as the key the paramName as a String, and as
            	the object, the corresponding object, see GetParameter for the types
See Also