SPPatchableUnitInfo.LatestPatch property
Version for this patchable unit. The same as the maximum version of all patches applied.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LatestPatch As SPPatchInfo
Get
'Usage
Dim instance As SPPatchableUnitInfo
Dim value As SPPatchInfo
value = instance.LatestPatch
public SPPatchInfo LatestPatch { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPPatchInfo
A SPPatchInfo object with latest patch data.