SPPatchableUnitInfo.PatchesByVersion property
修補程式套用到由版本排序這個 patchable 單位。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Collections.Generic.List<SPPatchInfo>
修補程式List<T> 。