SPServerProductInfo.RequiredButMissingPatchableUnits Property
List containing all the required but missing patchable units
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.