Share via


VCCodeStruct.IsValue Property

Sets or gets if the __value keyword is applied to the object.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
Property IsValue As Boolean
'Usage
Dim instance As VCCodeStruct 
Dim value As Boolean 

value = instance.IsValue

instance.IsValue = value
bool IsValue { get; set; }
property bool IsValue {
    bool get ();
    void set (bool value);
}
function get IsValue () : boolean 
function set IsValue (value : boolean)

Property Value

Type: System.Boolean
true if the __value keyword is applied to the object; otherwise, false.

Remarks

For more information, see __value.

.NET Framework Security

See Also

Reference

VCCodeStruct Interface

VCCodeStruct Members

Microsoft.VisualStudio.VCCodeModel Namespace