GetFrameworkPath.Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Path to the latest framework, whatever version it happens to be
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ Path { System::String ^ get(); };
public:
property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Output]
public string Path { get; }
[Microsoft.Build.Framework.Output]
public string Path { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.Path : string
[<Microsoft.Build.Framework.Output>]
member this.Path : string with get, set
Public ReadOnly Property Path As String
Public Property Path As String
Property Value
The path of the folder that contains the latest version of the .NET Framework assemblies.
- Attributes