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