GetFrameworkSdkPath.FrameworkSdkVersion45Path Property

Definition

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

Property Value

Returns String.

Attributes

Applies to