GetFrameworkSdkPath.FrameworkSdkVersion20Path Property

Definition

The path to the v2.0 .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 ^ FrameworkSdkVersion20Path { System::String ^ get(); };
[Microsoft.Build.Framework.Output]
public string FrameworkSdkVersion20Path { get; }
public string FrameworkSdkVersion20Path { get; }
[<Microsoft.Build.Framework.Output>]
member this.FrameworkSdkVersion20Path : string
member this.FrameworkSdkVersion20Path : string
Public ReadOnly Property FrameworkSdkVersion20Path As String

Property Value

The path to the .NET Framework 2.0 SDK.

Attributes

Applies to