DebtorPriceGroupInventorySpecific..::..StartDate Property

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

Syntax


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