Share via


VCCodeAttribute.Value Property

Gets or sets the data for the object.

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

Syntax

'Declaration
Property Value As String
'Usage
Dim instance As VCCodeAttribute 
Dim value As String 

value = instance.Value

instance.Value = value
string Value { get; set; }
property String^ Value {
    String^ get ();
    void set (String^ value);
}
function get Value () : String 
function set Value (value : String)

Property Value

Type: System.String
The value of the object.

Remarks

If an attribute is in the form name(someval, 2), then the value is someval, 2.

.NET Framework Security

See Also

Reference

VCCodeAttribute Interface

VCCodeAttribute Members

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples