Skip to content

P_CodeJam_EnumValue_DisplayName

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

EnumValue.DisplayName Property

Gets enum element display name.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public string DisplayName { get; }

VB

Public ReadOnly Property DisplayName As String
	Get

F#

member DisplayName : string with get

Property Value

Type: String

See Also

Reference

EnumValue Class
CodeJam Namespace

Clone this wiki locally