VDSTitle Property
Returns a title/name for the algorithm.
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#
public string Title { get; }VB
Public ReadOnly Property Title As String
GetC++
public:
virtual property String^ Title {
String^ get () sealed;
}F#
abstract Title : string with get
override Title : string with get