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