Share via


VCCodeFunction.IsVirtual Property

Definition

Gets or sets a value indicating whether the parent object is virtual.

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

Property Value

true if the parent object is virtual; otherwise, false.

Attributes

Applies to