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