Share via


Installer.LogFiles Property

Definition

Gets a read-only collection of strings that point to log files associated with the current installer.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ LogFiles { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> LogFiles { get; }
member this.LogFiles : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property LogFiles As ReadOnlyCollection(Of String)

Property Value

A generic ReadOnlyCollection of strings.

Applies to