SPUpgradeActionInfo.CompatibilityLevel property
An integer specifying the site collection compatibility level that this upgrader applies to, or 0 if the upgrader is not specific to a particular compatibility level.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CompatibilityLevel As Integer
Get
Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As Integer
value = instance.CompatibilityLevel
instance.CompatibilityLevel = value
public int CompatibilityLevel { get; set; }
Property value
Type: System.Int32