Gets a value that indicates whether this instance is currently sealed (read-only).
Syntax
'Declaration
Public ReadOnly Property IsSealed As Boolean
public bool IsSealed {get;}
Property Value
true if this instance is sealed; otherwise, false.
See Also