Gets the FIELD_TYPE field of the CProductPrice object.

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

Syntax

C#
public ProductPriceType PriceType { get; }
Visual Basic (Declaration)
Public ReadOnly Property PriceType As ProductPriceType
Visual C++
public:
property ProductPriceType PriceType {
	ProductPriceType get ();
}

See Also