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