SPUpgradeActionInfo.EndVersion property
A Version object specifying the most recent version this upgrader applies to, or null if unspecified..
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EndVersion As Version
Get
Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As Version
value = instance.EndVersion
instance.EndVersion = value
public Version EndVersion { get; set; }
Property value
Type: System.Version