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.3.0
Syntax
| C# |
|---|
public CStandardProduct Product { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Product As CStandardProduct Get |
| Visual C++ |
|---|
public: property CStandardProduct^ Product { CStandardProduct^ get (); } |