Share via


ProjectConfigurationInSolution.ConfigurationName Property

Gets the configuration part of this configuration, for example, "Debug" or "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.

.NET Framework Security

See Also

Reference

ProjectConfigurationInSolution Class

Microsoft.Build.Construction Namespace