Gets or sets the GROUP_1 field of the
CProduct.
Namespace:
Asi.iBO.Commerce
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected string Group1 { get; set; } |
| Visual Basic (Declaration) |
|---|
Protected Property Group1 As String |
| Visual C++ |
|---|
protected:
property String^ Group1 {
String^ get ();
void set (String^ value);
} |
See Also