SPFarm.BuildVersion Property (Microsoft.SharePoint.Administration)
Gets the Windows SharePoint Services build version of the server farm.

Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property BuildVersion As Version
Visual Basic (Usage)
Dim instance As SPFarm
Dim value As Version

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

Property Value

A System.Version object that represents the build version of the server farm.
Remarks

The version is returned in the format major.minor.phase.build.

See Also

Tags :


Page view tracker