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.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 ();
}

Field Value

A CStandardProduct object representing the item in the kit.

See Also