LongRunningTask..::..CurrentWorkItem Property

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

Syntax


public int CurrentWorkItem { get; set; }
Public Property CurrentWorkItem As Integer
	Get
	Set
public:
property int^ CurrentWorkItem {
	int^ get ();
	void set (int^ value);
}