Gets an array representing the values of the non-blank STEP_x fields of the CProductPrice object.

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

Syntax

C#
public string[] Steps { get; }
Visual Basic
Public ReadOnly Property Steps As String()
	Get
Visual C++
public:
property array<String^>^ Steps {
	array<String^>^ get ();
}

See Also