FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..isTestMode Property

Gets or sets a value indicating whether this instance is test mode.

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

Syntax


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

Field Value

true if this instance is test mode; otherwise, false.