GetFrameworkSdkPath.FrameworkSdkVersion46Path Property

Definition

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

public:
 property System::String ^ FrameworkSdkVersion46Path { System::String ^ get(); };
[Microsoft.Build.Framework.Output]
public string FrameworkSdkVersion46Path { get; }
[<Microsoft.Build.Framework.Output>]
member this.FrameworkSdkVersion46Path : string
Public ReadOnly Property FrameworkSdkVersion46Path As String

Property Value

Attributes

Applies to