Partilhar via


SPProduct.GetRequiredButMissingPatchableUnits Method

Retrieves a list containing all the required but missing patchable units on a server.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Function GetRequiredButMissingPatchableUnits ( _
    serverName As String _
) As List(Of SPPatchableUnitInfo)
'Usage
Dim instance As SPProduct
Dim serverName As String
Dim returnValue As List(Of SPPatchableUnitInfo)

returnValue = instance.GetRequiredButMissingPatchableUnits(serverName)
public List<SPPatchableUnitInfo> GetRequiredButMissingPatchableUnits(
    string serverName
)

Parameters

  • serverName
    Type: System.String

    Name of the server to retrieve the list of missing units from.

Return Value

Type: System.Collections.Generic.List<SPPatchableUnitInfo>
A List<T> object with the missing units.

See Also

Reference

SPProduct Class

SPProduct Members

Microsoft.SharePoint.Administration Namespace