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