Gets the CStandardProduct object associated with this CKitItem.
I.e., the product that is the member of the kit.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CStandardProduct Product { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Product As CStandardProduct |
| Visual C++ |
|---|
public: property CStandardProduct^ Product { CStandardProduct^ get (); } |