Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A Version object specifying the earliest version this upgrader applies to, or null if unspecified..
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BeginVersion As Version
Get
Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As Version
value = instance.BeginVersion
instance.BeginVersion = value
public Version BeginVersion { get; set; }
Property value
Type: System.Version