SPPatchableUnitInfo.Patches 属性
修补程序应用到此可修补的单位。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property Patches As List(Of SPPatchInfo)
Get
用法
Dim instance As SPPatchableUnitInfo
Dim value As List(Of SPPatchInfo)
value = instance.Patches
public List<SPPatchInfo> Patches { get; }
属性值
类型:System.Collections.Generic.List<SPPatchInfo>
修补程序List<T> 。