다음을 통해 공유


GetFrameworkPath.FrameworkVersion35Path Property

Definition

Path to the v3.5 framework, if available

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

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

Property Value

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

Attributes

Applies to