Returns the name of the MPS problem.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string Name { get; }
Public Overridable ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get ();
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
String
A
String containing the value of the name field.
Remarks
This is the value of the NAME field.
See Also