Gets the Name for this Algorithm.

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

Syntax

C#
[BrowsableAttribute(false)]
public abstract string Name { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public MustOverride ReadOnly Property Name As String
	Get
Visual C++
[BrowsableAttribute(false)]
public:
virtual property String^ Name {
	String^ get () abstract;
}

Implements

ITSPAlgorithm..::..Name

See Also