Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the latest patch installed on the given server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function LatestPatchOnServer ( _
serverId As Guid _
) As SPPatchInfo
'Usage
Dim instance As SPPatchableUnitInfo
Dim serverId As Guid
Dim returnValue As SPPatchInfo
returnValue = instance.LatestPatchOnServer(serverId)
public SPPatchInfo LatestPatchOnServer(
Guid serverId
)
Parameters
serverId
Type: System.GuidUnique identifier of the server to retrieve the latest patch information.
Return value
Type: Microsoft.SharePoint.Administration.SPPatchInfo
A SPPatchInfo object with information on the latest patch.