Gets whether the class is an enum.
[Visual Basic] Public Property IsEnum As Boolean [C#] public bool IsEnum {get; set;} [C++] public: __property bool get_IsEnum(); public: __property void set_IsEnum(bool); [JScript] public function get IsEnum() : Boolean; public function set IsEnum(Boolean);
true if the class type attributes match, otherwise false.
CodeClass Class | CodeClass Members | System.CodeDOM Namespace