Gets the first part of the ProductCode if it consists of two parts separated by a slash; otherwise returns the entire ProductCode.

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

Syntax

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

See Also