SPUpgradeActionInfo.BeginVersion property
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