Name Property
The name of the current value of an enum.
Syntax
ReadOnly Property Name As String |
Parameters
None
Examples
IronPython
#Get the name of the current enum value |
C#
//Get the name of the current enum value string myName = ScriptData.Variables[varName].Name; |
Remarks