| ContextSetParameter Method (String, Double) | 
Defines a numeric parameter
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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 
RemarksIf the parameter already exist, it will be replaced
See Also