Share via


ProjectConfigurationInSolution.PlatformName Property

Gets the platform part of this configuration, for example "Any CPU" or "Win32".

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public ReadOnly Property PlatformName As String
public string PlatformName { get; }
public:
property String^ PlatformName {
    String^ get ();
}
member PlatformName : string with get
function get PlatformName () : String

Property Value

Type: System.String
The platform part of this configuration.

.NET Framework Security

See Also

Reference

ProjectConfigurationInSolution Class

Microsoft.Build.Construction Namespace