This documentation is archived and is not being maintained.
Expression::Value Property
Sets or gets the data for the object.
Namespace:
EnvDTEAssembly:
EnvDTE (in EnvDTE.dll)
property String^ Value {
String^ get();
void set(String^ value);
}
Property Value
Type:
System::String^A string representing the value of the object.
If an attribute is in the form name(someval, 2), then the value is someval, 2.
The following example demonstrates how to use the Value property.
No code example is currently available or this language may not be supported.
Return to top