SPWebSequence.TargetSchemaVersion property
Property for sequence target SchemaVersion.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TargetSchemaVersion As Version
Get
'Usage
Dim instance As SPWebSequence
Dim value As Version
value = instance.TargetSchemaVersion
public Version TargetSchemaVersion { get; }
Property value
Type: System.Version
A System.Version object that represents the schema version.
Implements
ISchemaVersioned.TargetSchemaVersion