FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addProperty Method (String, XElement)

adds a property to a given step

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

Syntax


public bool addProperty(
	string stepID,
	XElement oPropNode
)
Public Function addProperty ( _
	stepID As String, _
	oPropNode As XElement _
) As Boolean
public:
bool^ addProperty(
	String^ stepID, 
	XElement^ oPropNode
)

Parameters

stepID
Type: String
The step identifier.
oPropNode
Type: XElement
The o property node.

Return Value

true if XXXX, false otherwise.