The name of this row.

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 name of this row.

See Also