SupplierWarehouse..::..DefaultWarehouse Property

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

Syntax


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