SolutionFile.GetDefaultConfigurationName Method
Gets the default configuration name for this solution. Usually it's Debug, unless it's not present, in which case it's the first configuration name we find.
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public Function GetDefaultConfigurationName As String
public string GetDefaultConfigurationName()
public:
String^ GetDefaultConfigurationName()
member GetDefaultConfigurationName : unit -> string
public function GetDefaultConfigurationName() : String
Return Value
Type: System.String
The default configuration name for this solution.
.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.