Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.