GetFrameworkPath.FrameworkVersion11Path Property

Definition

Path to the v1.1 framework, if available

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

public:
 property System::String ^ FrameworkVersion11Path { System::String ^ get(); };
[Microsoft.Build.Framework.Output]
public string FrameworkVersion11Path { get; }
public string FrameworkVersion11Path { get; }
[<Microsoft.Build.Framework.Output>]
member this.FrameworkVersion11Path : string
member this.FrameworkVersion11Path : string
Public ReadOnly Property FrameworkVersion11Path As String

Property Value

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

Attributes

Applies to