VCCodeStruct.IsManaged Property

Definition

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

Property Value

true if the object is managed; otherwise, false.

Attributes

Applies to