| ContextSetParameter Method (String, String) | 
Defines a text 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,
	string textValue
)
Public Sub SetParameter ( 
	paramName As String,
	textValue As String
)
Parameters
- paramName
 - Type: SystemString
Parameter Name - textValue
 - Type: SystemString
Parameter Value 
RemarksIf the parameter already exist, it will be replaced
See Also