Share via


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)
Available in Sandboxed Solutions: No

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.String

    Name of the server to retrieve missing patchable units from.

Return Value

Type: System.Collections.Generic.List<SPPatchableUnitInfo>
A List<T> of patchable units.

See Also

Reference

SPProduct Class

SPProduct Members

Microsoft.SharePoint.Administration Namespace