Skip to content

P_CodeJam_PerfTests_Columns_CompetitionLimitColumn_Category

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimitColumn.Category Property

Category of the column.

Namespace: CodeJam.PerfTests.Columns
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public ColumnCategory Category { get; }

VB

Public ReadOnly Property Category As ColumnCategory
	Get

F#

abstract Category : ColumnCategory with get
override Category : ColumnCategory with get

Property Value

Type: ColumnCategory
The category of the column.

Implements

IColumn.Category

See Also

Reference

CompetitionLimitColumn Class
CodeJam.PerfTests.Columns Namespace

Clone this wiki locally