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.
Gets the oldest schema version that is compatible with the current object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property BackwardsCompatibleSchemaVersion As Version
Get
'Usage
Dim instance As ICompatibleSchemaVersioned
Dim value As Version
value = instance.BackwardsCompatibleSchemaVersion
Version BackwardsCompatibleSchemaVersion { get; }
Property Value
Type: System.Version
Version
The oldest schema version that is compatible with the current object.
See Also
Reference
ICompatibleSchemaVersioned Interface