RangeCollection..::..Category4 Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.PriceUpdate.StandardPriceBatch
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


public Range<Category> Category4 { get; set; }
Public Property Category4 As Range(Of Category)
	Get
	Set
public:
property Range<Category^>^ Category4 {
	Range<Category^>^ get ();
	void set (Range<Category^>^ value);
}