SPUpgradeActionInfo.TargetVersion property
A Version object specifying the target version that an object will have after successful application of this upgrader.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TargetVersion As Version
Get
Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As Version
value = instance.TargetVersion
instance.TargetVersion = value
public Version TargetVersion { get; set; }
Property value
Type: System.Version