CommandLineItem.RepairPaths Property

 

Applies To: Windows Server Update Services

Gets the MSI repair paths to use if this executable wraps an MSI.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public IList<WindowsInstallerRepairPath> RepairPaths { get; }
public:
property IList<WindowsInstallerRepairPath^>^ RepairPaths {
    IList<WindowsInstallerRepairPath^>^ get();
}
member RepairPaths : IList<WindowsInstallerRepairPath> with get
Public ReadOnly Property RepairPaths As IList(Of WindowsInstallerRepairPath)

Property Value

Type: System.Collections.Generic.IList<WindowsInstallerRepairPath>

The list of MSI repair paths to use if this executable wraps an MSI.

See Also

CommandLineItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top