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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.