DebtorPriceGroupInventorySpecific..::..EndDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.XML
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


[DataMemberAttribute]
public DateTime EndDate { get; set; }
<DataMemberAttribute> _
Public Property EndDate As DateTime
	Get
	Set
[DataMemberAttribute]
public:
property DateTime^ EndDate {
	DateTime^ get ();
	void set (DateTime^ value);
}