SPSequence.IsBackwardsCompatible property
Determines whether or not this object is within the backwards compatible range.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsBackwardsCompatible As TriState
Get
'Usage
Dim instance As SPSequence
Dim value As TriState
value = instance.IsBackwardsCompatible
public virtual TriState IsBackwardsCompatible { get; }
Property value
Type: Microsoft.SharePoint.TriState
Implements
IVersionCompatibleUpgrader.IsBackwardsCompatible