Parameter category to appear in the properties window


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Category As String
C#
public string Category { get; }
C++
public property string Category sealed  {
    String get();
}
J#
/** property */
public string get_Category();
JScript
public function get Category() : String

See Also