Gets the list of hotspots for this Form.

Namespace: FlightPlan.Optimizer.GUI
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ListOfHotspots ListOfHotspots { get; }
Visual Basic
Public ReadOnly Property ListOfHotspots As ListOfHotspots
	Get
Visual C++
public:
property ListOfHotspots^ ListOfHotspots {
	ListOfHotspots^ get ();
}

See Also