SPPersistedUpgradableObject.IsBackwardsCompatible property

Gets or sets a value that indicates whether the current object is backward compatible.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property IsBackwardsCompatible As TriState
    Get
    Set
'Usage
Dim instance As SPPersistedUpgradableObject
Dim value As TriState

value = instance.IsBackwardsCompatible

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

Property value

Type: Microsoft.SharePoint.TriState
A member of the TriState enumeration that indicates whether the current object is backward compatible or whether backward compatibility does not apply. A value of “True” indicates backward compatibility; a value of “False” indicates that the object is not backward compatible; and a value of “NA” indicates that backward compatibility is not applicable to the current object.

Implements

IUpgradable2.IsBackwardsCompatible

See also

Reference

SPPersistedUpgradableObject class

SPPersistedUpgradableObject members

Microsoft.SharePoint.Administration namespace