BuildResults.ComponentFiles Property

Definition

File paths to copied component installer files

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

public:
 property cli::array <System::String ^> ^ ComponentFiles { cli::array <System::String ^> ^ get(); };
public string[] ComponentFiles { get; }
member this.ComponentFiles : string[]
Public ReadOnly Property ComponentFiles As String()

Property Value

String[]

Path to component files

Implements

Applies to