SPServerProductInfo.RequiredButMissingPatchableUnits property
List containing all the required but missing patchable units
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RequiredButMissingPatchableUnits As List(Of SPPatchableUnitInfo)
Get
'Usage
Dim instance As SPServerProductInfo
Dim value As List(Of SPPatchableUnitInfo)
value = instance.RequiredButMissingPatchableUnits
public List<SPPatchableUnitInfo> RequiredButMissingPatchableUnits { get; }
Property value
Type: System.Collections.Generic.List<SPPatchableUnitInfo>
A List<T> of missing units.