GetFrameworkSdkPath.FrameworkSdkVersion451Path 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.
The path to the v4.5.1 .NET SDK if it could be found. It will be String.Empty if the SDK was not found.
public:
property System::String ^ FrameworkSdkVersion451Path { System::String ^ get(); };
[Microsoft.Build.Framework.Output]
public string FrameworkSdkVersion451Path { get; }
[<Microsoft.Build.Framework.Output>]
member this.FrameworkSdkVersion451Path : string
Public ReadOnly Property FrameworkSdkVersion451Path As String
Property Value
- Attributes