ImportQueueItem..::..AddedToQueueDateTime Property

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

Syntax


public DateTime AddedToQueueDateTime { get; set; }
Public Property AddedToQueueDateTime As DateTime
	Get
	Set
public:
property DateTime^ AddedToQueueDateTime {
	DateTime^ get ();
	void set (DateTime^ value);
}