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.
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.GuidUnique identifier of the server.
Return value
Type: System.Version
A Version object with version information from the given server.