GetFrameworkPath.FrameworkVersion30Path 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 v3.0 framework, if available
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ FrameworkVersion30Path { System::String ^ get(); };
[Microsoft.Build.Framework.Output]
public string FrameworkVersion30Path { get; }
public string FrameworkVersion30Path { get; }
[<Microsoft.Build.Framework.Output>]
member this.FrameworkVersion30Path : string
member this.FrameworkVersion30Path : string
Public ReadOnly Property FrameworkVersion30Path As String
Property Value
The path of the folder that contains the .NET Framework 3.0 assemblies.
- Attributes