FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsStepDefinition..::..getInput Method

Returns a step input

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public clsStepInput getInput(
	string name
)
Public Function getInput ( _
	name As String _
) As clsStepInput
public:
clsStepInput^ getInput(
	String^ name
)

Parameters

name
Type: String
Name of the input

Return Value