NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.IsSealed

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;

Property Value

true if the Type is declared sealed; otherwise, false.

See Also

Type Class | Type Members | System Namespace | TypeAttributes