Share via


SPPersistedObjectSequence.SchemaVersion property

Gets or sets the version number of the target schema version for the sequence.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property SchemaVersion As Version
    Get
    Set
'Usage
Dim instance As SPPersistedObjectSequence
Dim value As Version

value = instance.SchemaVersion

instance.SchemaVersion = value
public virtual Version SchemaVersion { get; set; }

Property value

Type: System.Version
A System.Version object that represents the version number.

Implements

ISchemaVersioned.SchemaVersion

See also

Reference

SPPersistedObjectSequence class

SPPersistedObjectSequence members

Microsoft.SharePoint.Upgrade namespace