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)
Available in Sandboxed Solutions: No
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.