Returns the name of this enum.
[Visual Basic] Overridable Public ReadOnly Property Name As String [C#] public string Name {override get;} [C++] public: __property virtual String* get_Name(); [JScript] public function get Name() : String;
Read-only. The name of this enum.
EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace