Inventory..::..UseExpiryDate Property

Gets or sets a value indicating whether [use expiry date].

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

Syntax


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

Field Value

true if [use expiry date]; otherwise, false.