VCCodeMacro::Value Property

 

Gets or sets the data for the object.

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

property String^ Value {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The data for the object.

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

Return to top
Show: