LongRunningTask..::..CurrentWorkItemDescription Property

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

Syntax


public string CurrentWorkItemDescription { get; set; }
Public Property CurrentWorkItemDescription As String
	Get
	Set
public:
property String^ CurrentWorkItemDescription {
	String^ get ();
	void set (String^ value);
}