Share via


VCCodeFunction.IsSealed Property

Definition

Sets or gets the IsSealed keyword on a function.

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

Property Value

Determines whether the file containing the parent object is read only

Attributes

Applies to