GetFrameworkSdkPath.Path Property

Definition

The path to the latest .NET SDK if it could be found. It will be String.Empty if the SDK was not found.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

The path to the latest version of the .NET Framework SDK.

Attributes

Applies to