FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepDefinitionAttribute Method

Updates the step definition attribute.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.