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

See Also