SPProductVersions.GetProductVersions Method (SPFarm)

Creates a new instance of this object. Then queries the database and populates the new instance with data from the query and returns the object instance.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function GetProductVersions ( _
    farm As SPFarm _
) As SPProductVersions
'Usage
Dim farm As SPFarm
Dim returnValue As SPProductVersions

returnValue = SPProductVersions.GetProductVersions(farm)
public static SPProductVersions GetProductVersions(
    SPFarm farm
)

Parameters

Return Value

Type: Microsoft.SharePoint.Administration.SPProductVersions
A SPProductVersions object.

See Also

Reference

SPProductVersions Class

SPProductVersions Members

GetProductVersions Overload

Microsoft.SharePoint.Administration Namespace