SPSite.Upgrading property
指定是否目前正在升級站台。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Upgrading As Boolean
Get
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.Upgrading
public bool Upgrading { get; }
Property value
Type: System.Boolean
true如果網站目前正在升級。否則false。