FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..setAttributeValue Method

Sets the attribute value.

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

Syntax


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

Parameters

attributeName
Type: String
Name of the attribute.
attributeValue
Type: String
The attribute value.

Return Value

true if XXXX, false otherwise.