TimesheetLine..::..SitesheetReceived Property

Namespace:  JiwaFinancials.Jiwa.JiwaServiceManager
Assembly:  JiwaServiceManager (in JiwaServiceManager.dll)

Syntax


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