FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsBusinessObject..::..updateProperty Method

Updates the bo.

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

Syntax


public bool updateProperty(
	string propertyName,
	string propertyValue
)
Public Function updateProperty ( _
	propertyName As String, _
	propertyValue As String _
) As Boolean
public:
bool^ updateProperty(
	String^ propertyName, 
	String^ propertyValue
)

Parameters

propertyName
Type: String
Name of the property.
propertyValue
Type: String
The property value.

Return Value

true if XXXX, false otherwise.