GetWinFXPath.WinFXPath Property

Definition

Gets or sets the path for the WinFX runtime.

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

public:
 property System::String ^ WinFXPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Output]
public string WinFXPath { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.WinFXPath : string with get, set
Public Property WinFXPath As String

Property Value

The path for the WinFX runtime.

Attributes

Applies to