Gets or sets the WEIGHT field of the CProduct.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected double Weight { get; set; }
Visual Basic (Declaration)
Protected Property Weight As Double
Visual C++
protected:
property double Weight {
	double get ();
	void set (double value);
}

See Also