Gets an indication of whether the CStandardProduct is in stock.

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

Syntax

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

See Also