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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.