ContextHelperSetParameterValue Method |
Set the parameter value in the context parameter
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public 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