Gets or sets the square footage of space associated with this registration.

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

Syntax

C#
public decimal TotalSquareFeet { get; set; }
Visual Basic (Declaration)
Public Property TotalSquareFeet As Decimal
Visual C++
public:
property Decimal TotalSquareFeet {
	Decimal get ();
	void set (Decimal value);
}

See Also