InstallableItemWithServerInformation.RepairPaths Property
[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This is used for publishing to fill server specific information for RepairPath. It actually only needs to the fill Path property.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Public ReadOnly Property RepairPaths As IList(Of WindowsInstallerRepairPath)
'Usage
Dim instance As InstallableItemWithServerInformation
Dim value As IList(Of WindowsInstallerRepairPath)
value = instance.RepairPaths
public IList<WindowsInstallerRepairPath> RepairPaths { get; }
public:
property IList<WindowsInstallerRepairPath^>^ RepairPaths {
IList<WindowsInstallerRepairPath^>^ get ();
}
/** @property */
public IList<WindowsInstallerRepairPath> get_RepairPaths ()
public function get RepairPaths () : IList<WindowsInstallerRepairPath>
Property Value
The list of repair paths.
Platforms
Windows Server 2003
See Also
Reference
InstallableItemWithServerInformation Class
InstallableItemWithServerInformation Members
Microsoft.UpdateServices.Administration Namespace
.gif)