IVersionCompatibleUpgrader.IsBackwardsCompatible Property
Gets a value that indicates whether the object is in a backwards compatible state.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property IsBackwardsCompatible As TriState
Get
'Usage
Dim instance As IVersionCompatibleUpgrader
Dim value As TriState
value = instance.IsBackwardsCompatible
TriState IsBackwardsCompatible { get; }
Property Value
Type: Microsoft.SharePoint.TriState
TriState
True specifies that the sequence is in a backwards compatible range. False specifies that the sequence is too old and not in a backwards compatible range. NA specifies that the sequence is in an unsupported state, for example, when the sequence is too new.
See Also
Reference
IVersionCompatibleUpgrader Interface