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