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

SPBackupRestoreHistoryObject Members

Microsoft.SharePoint.Administration.Backup Namespace