SolutionConfiguration2::Name Property

 

Gets the name of the object.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the object.

This example displays the active solution configuration item's name for the first item. Open a project in the Visual Studio integrated development environment (IDE) before running this example.

No code example is currently available or this language may not be supported.
Return to top
Show: