Skip to content

P_CodeJam_EnumValues_EnumName

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

EnumValues.EnumName Property

Gets the name of the enum.

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

Syntax

C#

public string EnumName { get; }

VB

Public ReadOnly Property EnumName As String
	Get

F#

member EnumName : string with get

Property Value

Type: String
The name of the enum.

See Also

Reference

EnumValues Class
CodeJam Namespace

Clone this wiki locally