SPPersistedUpgradableObject.IsBackwardsCompatible-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob das aktuelle Objekt abwärtskompatibel ist.
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.TriState
Ein Mitglied der TriState -Enumeration, die angibt, ob das aktuelle Objekt abwärtskompatibel ist oder ob Abwärtskompatibilität nicht anwendbar ist. Der Wert "True" gibt die Abwärtskompatibilität an; der Wert "False" gibt an, dass das Objekt nicht abwärtskompatibel ist. und der Wert "NV" gibt an, dass die Abwärtskompatibilität mit dem aktuellen Objekt nicht zutrifft.
Implementiert
IUpgradable2.IsBackwardsCompatible
Siehe auch
Referenz
SPPersistedUpgradableObject Klasse