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