SPPatchableUnitInfo.PatchesByVersion Property
Patches applied to this patchable unit sorted by version.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PatchesByVersion As List(Of SPPatchInfo)
Get
'Usage
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>
A List<T> of patches.