SPBackupRestoreConsoleObject.BackupWasConfigurationOnly property
Gets a value that indicates whether the operation was a configuration-only backup.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property BackupWasConfigurationOnly As Boolean
Get
'Usage
Dim instance As SPBackupRestoreConsoleObject
Dim value As Boolean
value = instance.BackupWasConfigurationOnly
public bool BackupWasConfigurationOnly { get; }
Property value
Type: System.Boolean
true if the operation was a backup of only configuration settings; otherwise false.
See also
Reference
SPBackupRestoreConsoleObject class