Component..::..ComponentInventory Property

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

Syntax


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