Gets an indication of whether the CStandardProduct is out of stock.

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

Syntax

C#
public bool IsOutOfStock { get; }
Visual Basic
Public ReadOnly Property IsOutOfStock As Boolean
	Get
Visual C++
public:
property bool IsOutOfStock {
	bool get ();
}

See Also