Gets the human readable identifier that represents the enumeration value of the variable.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property ValueName As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Variable
Dim value As String
value = instance.ValueName |
| C# | |
|---|
public string ValueName {get;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_ValueName(); |
Property Value
A string that contains the enumeration name of the
Value
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also