SPUpgradeActionInfo.BackwardsCompatibleSchemaVersion - Propriété
Un objet Version qui spécifie la version objet la plus ancienne qui peut être utilisée sans déclencher ce programme upgrader, ou null si ce programme upgrader ne gère pas l'opération de compatibilité descendante.
Espace de noms : Microsoft.SharePoint.Upgrade
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
'Déclaration
Public Property BackwardsCompatibleSchemaVersion As Version
Get
Set
'Utilisation
Dim instance As SPUpgradeActionInfo
Dim value As Version
value = instance.BackwardsCompatibleSchemaVersion
instance.BackwardsCompatibleSchemaVersion = value
public Version BackwardsCompatibleSchemaVersion { get; set; }
Type : System.Version