VCCodeEnum.IsManaged Property

Definition

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

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

Property Value

true if a parent object is managed; otherwise, false.

Attributes

Applies to