Gets whether or not this object represents an interface rather than a true class.
[Visual Basic] Function IsInterface() As Boolean [C#] bool IsInterface(); [C++] bool IsInterface() = 0; [JScript] function IsInterface() : Boolean;
true if the class is an interface; false if the class is a true class.
ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace