VCCodeClass.IsSealed Property

Definition

Gets or sets a value indicating whether the __sealed keyword is applied to the parent object.

public:
 property bool IsSealed { bool get(); void set(bool value); };
public:
 property bool IsSealed { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(591)]
public bool IsSealed { [System.Runtime.InteropServices.DispId(591)] get; [System.Runtime.InteropServices.DispId(591)] set; }
[<System.Runtime.InteropServices.DispId(591)>]
[<get: System.Runtime.InteropServices.DispId(591)>]
[<set: System.Runtime.InteropServices.DispId(591)>]
member this.IsSealed : bool with get, set
Public Property IsSealed As Boolean

Property Value

true if the __sealed keyword is applied to the parent object; otherwise, false.

Attributes

Remarks

For more information, see __sealed.

Applies to