FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFormVariableDefinition..::..toXML Method

To the XML.

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

Syntax


public string toXML(
	out XElement oVarNode
)
Public Function toXML ( _
	<OutAttribute> ByRef oVarNode As XElement _
) As String
public:
String^ toXML(
	[OutAttribute] XElement^% oVarNode
)

Parameters

oVarNode
Type: XElement%
The o variable node.

Return Value

System.String.