共用方式為


SPWebSequence.SchemaVersion property

序列 SchemaVersion 屬性。

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

Syntax

'宣告
Public Property SchemaVersion As Version
    Get
    Set
'用途
Dim instance As SPWebSequence
Dim value As Version

value = instance.SchemaVersion

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

Property value

Type: System.Version
System.Version 物件,代表的架構版本。

Implements

ISchemaVersioned.SchemaVersion

請參閱

參照

SPWebSequence class

SPWebSequence members

Microsoft.SharePoint.Upgrade namespace