Gets or sets the GROUP_2 field of the CProduct.

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

Syntax

C#
protected string Group2 { get; set; }
Visual Basic
Protected Property Group2 As String
	Get
	Set
Visual C++
protected:
property String^ Group2 {
	String^ get ();
	void set (String^ value);
}

See Also