Share via


ISchemaVersioned.SchemaVersion Property

Gets or sets the version of the schema.

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

Syntax

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

value = instance.SchemaVersion

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

Property Value

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

See Also

Reference

ISchemaVersioned Interface

ISchemaVersioned Members

Microsoft.SharePoint.Upgrade Namespace