Gets the major portion of the product code.

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

Syntax

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

See Also