SPUpgradeActionInfo.BackwardsCompatibleSchemaVersion property
A Version object specifying the oldest object version that can be used without triggering this upgrader, or null if this upgrader does not support backwards compatible operation.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BackwardsCompatibleSchemaVersion As Version
Get
Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As Version
value = instance.BackwardsCompatibleSchemaVersion
instance.BackwardsCompatibleSchemaVersion = value
public Version BackwardsCompatibleSchemaVersion { get; set; }
Property value
Type: System.Version