SolutionConfigurationInSolution.ConfigurationName Property
Gets the configuration part of this configuration, for example "Debug", "Release".
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public ReadOnly Property ConfigurationName As String
public string ConfigurationName { get; }
public:
property String^ ConfigurationName {
String^ get ();
}
member ConfigurationName : string with get
function get ConfigurationName () : String
Property Value
Type: System.String
The configuration part of this configuration, for example "Debug", "Release".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.