Gets the name of this series


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Name As String _
    Implements ISeries.Name
C#
public string Name { get; }
C++
public property string Name sealed  {
    String get();
}
J#
/** property */
public string get_Name();
JScript
public function get Name() : String

Implements

ISeries.Name

See Also