Gets the major portion of the product code.

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

Syntax

C#
public virtual string ProductMajor { get; }
Visual Basic
Public Overridable ReadOnly Property ProductMajor As String
	Get
Visual C++
public:
virtual property String^ ProductMajor {
	String^ get ();
}

See Also