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 schema version number of the sequence.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TargetSchemaVersion As Version
Get
'Usage
Dim instance As SPPersistedObjectSequence
Dim value As Version
value = instance.TargetSchemaVersion
public Version TargetSchemaVersion { get; }
Property Value
Type: System.Version
A System.Version object that represents the version number.
Implements
ISchemaVersioned.TargetSchemaVersion
See Also
Reference
SPPersistedObjectSequence Class