Share via


SolutionFile.GetDefaultPlatformName Method

Definition

Gets the default platform name for this solution. Usually it's Mixed Platforms, unless it's not present in which case it's the first platform name we find.

public:
 System::String ^ GetDefaultPlatformName();
public string GetDefaultPlatformName ();
member this.GetDefaultPlatformName : unit -> string
Public Function GetDefaultPlatformName () As String

Returns

Applies to