Gets an array of CProductPrice objects for this CStandardProduct.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CProductPrice[] Prices { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Prices As CProductPrice() Get |
| Visual C++ |
|---|
public: property array<CProductPrice^>^ Prices { array<CProductPrice^>^ get (); } |