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.
Property for sequence SchemaVersion.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SchemaVersion As Version
Get
Set
'Usage
Dim instance As SPWebSequence
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 schema version.
Implements
ISchemaVersioned.SchemaVersion