VCCodeEnum.IsValue Property

Gets or sets a value indicating whether the __value keyword is applied to the parent object.

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

Syntax

'Declaration
Property IsValue As Boolean
    Get
    Set
bool IsValue { get; set; }
property bool IsValue {
    bool get ();
    void set (bool value);
}
abstract IsValue : bool with get, set
function get IsValue () : boolean
function set IsValue (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

VCCodeEnum Interface

Microsoft.VisualStudio.VCCodeModel Namespace