Gets the STEPS_IN_USE field of the CProductPrice object.

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

Syntax

C#
public byte StepsInUse { get; }
Visual Basic (Declaration)
Public ReadOnly Property StepsInUse As Byte
Visual C++
public:
property unsigned char StepsInUse {
	unsigned char get ();
}

See Also