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