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.3.0

Syntax

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

See Also