Type.IsSealed Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IsSealed As Boolean
    Get
'Usage
Dim instance As Type
Dim value As Boolean

value = instance.IsSealed
public bool IsSealed { get; }
public:
property bool IsSealed {
    bool get ();
}
member IsSealed : bool
function get IsSealed () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace