Gets or sets the EXTENDED_SQUARE_FEET field of the COrderLine.

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

Syntax

C#
public double ExtendedSquareFeet { get; set; }
Visual Basic (Declaration)
Public Property ExtendedSquareFeet As Double
Visual C++
public:
property double ExtendedSquareFeet {
	double get ();
	void set (double value);
}

See Also