VCCodeStruct.IsValue Property

Definition

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

Property Value

true if the __value keyword is applied to the object; otherwise, false.

Attributes

Remarks

For more information, see __value.

Applies to