SPSite.SchemaVersion 属性
Gets the version of this site collection for purposes of fine-grained upgrade compatibility checks.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property SchemaVersion As Version
Get
用法
Dim instance As SPSite
Dim value As Version
value = instance.SchemaVersion
public Version SchemaVersion { get; }
属性值
类型:System.Version
A System.Version object that contains the value of the last upgrade sequence to run on this site collection. changed.