SPPatchableUnitInfo.BaseVersionOnServer method

Returns the base version of the install on the given server.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function BaseVersionOnServer ( _
    serverId As Guid _
) As Version
'Usage
Dim instance As SPPatchableUnitInfo
Dim serverId As Guid
Dim returnValue As Version

returnValue = instance.BaseVersionOnServer(serverId)
public Version BaseVersionOnServer(
    Guid serverId
)

Parameters

  • serverId
    Type: System.Guid

    Unique identifier of the server.

Return value

Type: System.Version
A Version object with version information from the given server.

See also

Reference

SPPatchableUnitInfo class

SPPatchableUnitInfo members

Microsoft.SharePoint.Administration namespace