FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFormWidgetReturn..::..status Property

Gets or sets a value indicating whether this clsFormWidgetReturn is status.

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

Syntax


public bool status { get; set; }
Public Property status As Boolean
	Get
	Set
public:
property bool^ status {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if status; otherwise, false.