SPServerProductInfo.RequiredButMissingPatchableUnits 属性
包含所有所需,但缺少可修补设备列表
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.Collections.Generic.List<SPPatchableUnitInfo>
缺少单元List<T> 。