ISolverTitle Property
Gets a title/label for the solver.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
string Title { get; }VB
ReadOnly Property Title As String
GetC++
property String^ Title {
String^ get ();
}F#
abstract Title : string with get