Timesheet..::..IsActivated Property

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting.Timesheets
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


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