ContextSetParameter Method (String, Double) |
Defines a numeric parameter
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public void SetParameter(
string paramName,
double numericValue
)
Public Sub SetParameter (
paramName As String,
numericValue As Double
)
Parameters
- paramName
- Type: SystemString
Parameter Name - numericValue
- Type: SystemDouble
Parameter Value
Remarks If the parameter already exist, it will be replaced
See Also