GetFrameworkSdkPath.FrameworkSdkVersion35Path Property

Definition

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

Property Value

The path to the .NET Framework 3.5 SDK.

Attributes

Applies to