Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the backup or restore operation is currently running.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsCurrentlyRunning As Boolean
Get
Friend Set
'Usage
Dim instance As SPBackupRestoreConfigurationSettings
Dim value As Boolean
value = instance.IsCurrentlyRunning
public bool IsCurrentlyRunning { get; internal set; }
Property Value
Type: System.Boolean
true if the operation is running; otherwise, false.
See Also
Reference
SPBackupRestoreConfigurationSettings Class