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