IBuildVersioned.BuildVersion property

Gets or sets the build version used in upgrade.

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

Syntax

'Declaration
Property BuildVersion As Version
    Get
    Set
'Usage
Dim instance As IBuildVersioned
Dim value As Version

value = instance.BuildVersion

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

Property value

Type: System.Version
A System.Version object that represents the build version.

See also

Reference

IBuildVersioned interface

IBuildVersioned members

Microsoft.SharePoint.Upgrade namespace