Skip to content

P_CodeJam_PerfTests_Columns_CompetitionLimitColumn_ColumnName

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimitColumn.ColumnName Property

The name 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 string ColumnName { get; }

VB

Public ReadOnly Property ColumnName As String
	Get

F#

abstract ColumnName : string with get
override ColumnName : string with get

Property Value

Type: String
The name of the column.

Implements

IColumn.ColumnName

See Also

Reference

CompetitionLimitColumn Class
CodeJam.PerfTests.Columns Namespace

Clone this wiki locally