FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsLogOffInfo..::..success Property

Gets or sets a value indicating whether this [logoffRequest] is success.

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

Syntax


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

Field Value

true if success; otherwise, false.