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