SolutionContext::ConfigurationName Property

 

Sets or gets the project configuration name that provides context when this solution context is selected.

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

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

Property Value

Type: System::String^

A string representing the project configuration name that provides context when this solution context is selected.

Return to top
Show: