ContextParametersAdd Method |
Adds a new data parameter to the collection
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void Add(
ContextParameter contextParameter
)
Public Sub Add (
contextParameter As ContextParameter
)
Parameters
- contextParameter
- Type: WorkflowGen.My.DataContextParameter
A new data parameter to add to the collection
See Also