Gets the PROD_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 string ProductTypeCode { get; }
Visual Basic
Public ReadOnly Property ProductTypeCode As String
	Get
Visual C++
public:
property String^ ProductTypeCode {
	String^ get ();
}

See Also