Share via


SPPatchableUnitInfo.GetMissingPatches method

Retrieves a list of required patches (if any) that are missing on the given server.

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

Syntax

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

returnValue = instance.GetMissingPatches(serverName)
public List<SPPatchInfo> GetMissingPatches(
    string serverName
)

Parameters

  • serverName
    Type: System.String

    Name of the server to retrieve missing patch list.

Return value

Type: System.Collections.Generic.List<SPPatchInfo>
A List<T> of required patches that are missing from the given server.

See also

Reference

SPPatchableUnitInfo class

SPPatchableUnitInfo members

Microsoft.SharePoint.Administration namespace