Gets or sets an indication of whether products in this CProductCategory are stocked.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool IsStockItem { get; set; }
Visual Basic (Declaration)
Public Property IsStockItem As Boolean
Visual C++
public:
property bool IsStockItem {
	bool get ();
	void set (bool value);
}

See Also