VCCodeEnum.IsManaged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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