VCCodeClass.IsValue 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 __value keyword is applied to the VCCodeClass object.
public:
property bool IsValue { bool get(); void set(bool value); };
public:
property bool IsValue { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(590)]
public bool IsValue { [System.Runtime.InteropServices.DispId(590)] get; [System.Runtime.InteropServices.DispId(590)] set; }
[<System.Runtime.InteropServices.DispId(590)>]
[<get: System.Runtime.InteropServices.DispId(590)>]
[<set: System.Runtime.InteropServices.DispId(590)>]
member this.IsValue : bool with get, set
Public Property IsValue As Boolean
Property Value
true if the __value keyword is applied to the VCCodeClass object; otherwise, false.
- Attributes
Remarks
For more information, see __value.