SPBackupRestoreConfigurationSettings.IsCurrentlyRunning-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob der Vorgang Sicherungs- oder Wiederherstellungsvorgang derzeit ausgeführt wird.
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; }
Eigenschaftswert
Typ: System.Boolean
true , wenn der Vorgang ausgeführt wird; andernfalls false.
Siehe auch
Referenz
SPBackupRestoreConfigurationSettings Klasse