ContextHelperSetParameterValue Method  | 
 
            Set the parameter value in the context parameter
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static void SetParameterValue(
	ContextParameters context,
	string name,
	Object value
)
Public Shared Sub SetParameterValue ( 
	context As ContextParameters,
	name As String,
	value As Object
)
Parameters
- context
 - Type: WorkflowGen.My.DataContextParameters
The context - name
 - Type: SystemString
The context name - value
 - Type: SystemObject
The value to set in the context parameter 
See Also