BuildParameters.InputResultsCacheFiles Property

Definition

Input cache files that MSBuild will use to read build results from. If the isolation mode is set to False, this sets the isolation mode to True.

public:
 property cli::array <System::String ^> ^ InputResultsCacheFiles { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] InputResultsCacheFiles { get; set; }
member this.InputResultsCacheFiles : string[] with get, set
Public Property InputResultsCacheFiles As String()

Property Value

String[]

Applies to