FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepDefinitionReturnAttribute Method

Updates the step definition return attribute.

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

Syntax


public bool updateStepDefinitionReturnAttribute(
	string sStepID,
	string sStepReturnName,
	string attributeName,
	string attributeValue
)
Public Function updateStepDefinitionReturnAttribute ( _
	sStepID As String, _
	sStepReturnName As String, _
	attributeName As String, _
	attributeValue As String _
) As Boolean
public:
bool^ updateStepDefinitionReturnAttribute(
	String^ sStepID, 
	String^ sStepReturnName, 
	String^ attributeName, 
	String^ attributeValue
)

Parameters

sStepID
Type: String
The s step identifier.
sStepReturnName
Type: String
Name of the s stepreturn.
attributeName
Type: String
Name of the attribute.
attributeValue
Type: String
The attribute value.

Return Value

true if XXXX, false otherwise.