Gets an array representing the values of the non-zero PRCNT_x fields of the CProductPrice object.

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

Syntax

C#
public decimal[] Percents { get; }
Visual Basic (Declaration)
Public ReadOnly Property Percents As Decimal()
Visual C++
public:
property array<Decimal>^ Percents {
	array<Decimal>^ get ();
}

See Also