Gets the name of this series


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

Syntax

Visual Basic (Declaration)
ReadOnly Property Name As String
C#
string Name { get; }
C++
property string Name abstract  {
    String get();
}
J#
/** property */
public string get_Name();
JScript
public function get Name() : String

See Also