Gets the FIELD_TYPE field of the CProductPrice object.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public ProductPriceType PriceType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PriceType As ProductPriceType Get |
| Visual C++ |
|---|
public: property ProductPriceType PriceType { ProductPriceType get (); } |