Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the smallest schema version that is compatible with the current binary.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Upgrade.BackwardsCompatibleSchemaVersionAttribute
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class BackwardsCompatibleSchemaVersionAttribute _
Inherits Attribute
'Usage
Dim instance As BackwardsCompatibleSchemaVersionAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class BackwardsCompatibleSchemaVersionAttribute : Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.