GetFrameworkSdkPath.FrameworkSdkVersion40Path Property

Definition

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

Property Value

Attributes

Applies to