FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasStepReturnValue Method

hasStepReturnValue

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

Syntax


public bool hasStepReturnValue(
	string sStepReturnValue,
	string sStepID,
	string sStepReturnID
)
Public Function hasStepReturnValue ( _
	sStepReturnValue As String, _
	sStepID As String, _
	sStepReturnID As String _
) As Boolean
public:
bool^ hasStepReturnValue(
	String^ sStepReturnValue, 
	String^ sStepID, 
	String^ sStepReturnID
)

Parameters

sStepReturnValue
Type: String
The s step return value.
sStepID
Type: String
The s step identifier.
sStepReturnID
Type: String
The s step return identifier.

Return Value

true if [has step return value] [the specified s step return value]; otherwise, false.