Gets or sets the IS_KIT field of the
CProduct.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public bool IsKit { get; set; } |
| Visual Basic |
|---|
Public Property IsKit As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool IsKit {
bool get ();
void set (bool value);
} |
See Also