ProductAvailability..::..Available Property

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

Syntax


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