VCCodeProperty.IsVirtual Property

Definition

Sets or gets whether the property 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(581)]
public bool IsVirtual { [System.Runtime.InteropServices.DispId(581)] get; [System.Runtime.InteropServices.DispId(581)] set; }
[<System.Runtime.InteropServices.DispId(581)>]
[<get: System.Runtime.InteropServices.DispId(581)>]
[<set: System.Runtime.InteropServices.DispId(581)>]
member this.IsVirtual : bool with get, set
Public Property IsVirtual As Boolean

Property Value

Returns true for virtual properties, false otherwise.

Attributes

Applies to