SPServerProductInfo.RequiredButMissingPatchableUnits property
清單,其中包含所有必要,但遺失 patchable 單位
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property RequiredButMissingPatchableUnits As List(Of SPPatchableUnitInfo)
Get
'用途
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>
遺失單位List<T> 。