Gets or sets the WEIGHT field of the CProduct.

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

Syntax

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

See Also