Gets or sets the STOCK_ITEM field of the CProduct.

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

Syntax

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

See Also