SPDatabase.BuildVersion property

Gets the cached build version of the database.

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

Syntax

'Declaration
Public ReadOnly Property BuildVersion As Version
    Get
'Usage
Dim instance As SPDatabase
Dim value As Version

value = instance.BuildVersion
public Version BuildVersion { get; }

Property value

Type: System.Version
Version
The cached build version of the database.

See also

Reference

SPDatabase class

SPDatabase members

Microsoft.SharePoint.Administration namespace