Gets or sets Group2 for this CFunction object. This is GROUP_2 in the Product table.

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

Syntax

C#
public string Group2 { get; set; }
Visual Basic (Declaration)
Public Property Group2 As String
Visual C++
public:
property String^ Group2 {
	String^ get ();
	void set (String^ value);
}

See Also