UpdateInstallationInfoCollection.Remove Method (IUpdateInstallationInfo)
Applies To: Windows Server Update Services
Removes the installation information from the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void Remove(
IUpdateInstallationInfo value
)
public:
void Remove(
IUpdateInstallationInfo^ value
)
member Remove :
value:IUpdateInstallationInfo -> unit
Public Sub Remove (
value As IUpdateInstallationInfo
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.IUpdateInstallationInfoAn IUpdateInstallationInfo of the installation information to remove.
Exceptions
Exception
Condition
The installation information does not exist in the collection.
value cannot be null.
See Also
Remove Overload
UpdateInstallationInfoCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top