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