| ContextParametersItem Property (String) | 
            Gets the data parameter associated with the specified name
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic ContextParameter this[
	string contextParameterName
] { get; }Public ReadOnly Default Property Item ( 
	contextParameterName As String
) As ContextParameter
	Get
Parameters
- contextParameterName
 - Type: SystemString
 
Property Value
Type: 
ContextParameter
See Also