Share via


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

Exceptions

Exception

Condition

ArgumentException

The installation information does not exist in the collection.

ArgumentNullException

value cannot be null.

See Also

Removeā€‚Overload
UpdateInstallationInfoCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top