Share via


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)

Syntax

'Declaration
Property ConfigurationName As String
string ConfigurationName { get; set; }
property String^ ConfigurationName {
    String^ get ();
    void set (String^ value);
}
abstract ConfigurationName : string with get, set
function get ConfigurationName () : String
function set ConfigurationName (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

SolutionContext Interface

EnvDTE Namespace