SPSiteSequence.SchemaVersion property
取得或設定網站集合順序的結構描述版本。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SchemaVersion As Version
Get
Set
'用途
Dim instance As SPSiteSequence
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