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