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.