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