Gets or sets Group3 for this CFunction object. This is GROUP_3 in the Product table.

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

Syntax

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

See Also