GetInstalledSDKLocations.TargetPlatformIdentifier Property

Definition

Platform identifier we are targeting

public:
 property System::String ^ TargetPlatformIdentifier { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string TargetPlatformIdentifier { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.TargetPlatformIdentifier : string with get, set
Public Property TargetPlatformIdentifier As String

Property Value

The target platform identifier.

Attributes

Applies to