SalesOrderResult..::..InvoiceInitiatedDate Property

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

Syntax


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