Share via


GetFrameworkPath.FrameworkVersion451Path Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the path to the v4.5.1 framework, if available.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<OutputAttribute> _
Public ReadOnly Property FrameworkVersion451Path As String
[OutputAttribute]
public string FrameworkVersion451Path { get; }
[OutputAttribute]
public:
property String^ FrameworkVersion451Path {
    String^ get ();
}
[<OutputAttribute>]
member FrameworkVersion451Path : string with get
function get FrameworkVersion451Path () : String

Property Value

Type: System.String
The path to the v4.5.1 framework, if available.

.NET Framework Security

See Also

Reference

GetFrameworkPath Class

Microsoft.Build.Tasks Namespace