SPSite.Upgrading property
Especifica se o site está atualizando, atualmente.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Upgrading As Boolean
Get
'Uso
Dim instance As SPSite
Dim value As Boolean
value = instance.Upgrading
public bool Upgrading { get; }
Property value
Type: System.Boolean
true se o site está atualizando, atualmente; Caso contrário, false.