SPProduct.GetOptionalMissingPatchableUnits method
List containing all the optional missing patchable units on the specified server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetOptionalMissingPatchableUnits ( _
serverName As String _
) As List(Of SPPatchableUnitInfo)
'Usage
Dim instance As SPProduct
Dim serverName As String
Dim returnValue As List(Of SPPatchableUnitInfo)
returnValue = instance.GetOptionalMissingPatchableUnits(serverName)
public List<SPPatchableUnitInfo> GetOptionalMissingPatchableUnits(
string serverName
)
Parameters
serverName
Type: System.StringName of the server to retrieve missing patchable units from.
Return value
Type: System.Collections.Generic.List<SPPatchableUnitInfo>
A List<T> of patchable units.