Gets a value indicating whether the Type is an enumeration.
[Visual Basic] Public ReadOnly Property IsEnum As Boolean [C#] public bool IsEnum {get;} [C++] public: __property bool get_IsEnum(); [JScript] public function get IsEnum() : Boolean;
true if the Type is an enumeration; otherwise, false.
Type Class | Type Members | System Namespace | TypeAttributes