Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As SolutionContext
Dim value As String
value = instance.ConfigurationName
instance.ConfigurationName = value
string ConfigurationName { get; set; }
property String^ ConfigurationName {
String^ get ();
void set (String^ value);
}
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.