Gets the minor 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 ProductMinor { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ProductMinor As String
Visual C++
public:
virtual property String^ ProductMinor {
	String^ get ();
}

See Also