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)
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.StringName 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.