Gets the BASE_TYPE field of the CProductPrice object.

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

Syntax

C#
public byte BaseType { get; }
Visual Basic
Public ReadOnly Property BaseType As Byte
	Get
Visual C++
public:
property unsigned char BaseType {
	unsigned char get ();
}

See Also