FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsTaskData..::..synched Property

Gets or sets a value indicating whether this clsTaskData is synched.

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

Syntax


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

Field Value

true if synched; otherwise, false.