Returns the name of the MPS problem.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string Name { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Name As String
Visual C++
public:
virtual property String^ Name {
	String^ get ();
}

Field Value

A String containing the value of the name field.

Remarks

This is the value of the NAME field.

See Also