Share via


SPDatabaseSequence.SchemaVersion Property

Gets or sets the schema version for the database sequence.

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

Syntax

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

value = instance.SchemaVersion

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

Property Value

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

Implements

ISchemaVersioned.SchemaVersion

See Also

Reference

SPDatabaseSequence Class

SPDatabaseSequence Members

Microsoft.SharePoint.Upgrade Namespace