Sets the attribute value.
Namespace:
FlowWright.cDevDecisionEngine
Assembly:
cDevDecisionEngine (in cDevDecisionEngine.dll)
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.