FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deMobile..::..isLoggingOn Property

if true, logs will be stored at C:\temp\mobile\

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

Syntax


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