IUpgradable2.IsBackwardsCompatible Property

Gets or sets a value that specifies whether the object is in a backwards compatible state.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Property IsBackwardsCompatible As TriState
    Get
    Set
'Usage
Dim instance As IUpgradable2
Dim value As TriState

value = instance.IsBackwardsCompatible

instance.IsBackwardsCompatible = value
TriState IsBackwardsCompatible { get; set; }

Property Value

Type: Microsoft.SharePoint.TriState
TriState
True specifies that all sequences on the object are in a backwards compatible range. False specifies that no sequence is in an unsupported state, but at least one sequence is too old and not in a backwards compatible range. NA specifies that at least one sequence is in an unsupported state, for example, when the sequence is too new.

See Also

Reference

IUpgradable2 Interface

IUpgradable2 Members

Microsoft.SharePoint.Administration Namespace