Gets the CStandardProduct object associated with this CKitItem. I.e., the product that is the member of the kit.

Namespace:  Asi.iBO.Commerce
Assembly:  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 ();
}

Field Value

A CStandardProduct object representing the item in the kit.

See Also