ICompatibleSchemaVersioned.BackwardsCompatibleSchemaVersion Property
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