GetFrameworkPath.FrameworkVersion20Path Property

Definition

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

Property Value

The path of the folder that contains the .NET Framework 2.0 assemblies.

Attributes

Applies to