SPSolutionCollection.IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration Property
Gets whether the solution collection is selectable during a configuration-only back or restore operation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
Implements IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration
Get
'Usage
Dim instance As SPSolutionCollection
Dim value As Boolean
value = CType(instance, IBackupRestoreConfiguration).CanBackupRestoreAsConfiguration
boolIBackupRestoreConfiguration.CanBackupRestoreAsConfiguration { get; }
Property Value
Type: System.Boolean
Returns true.
Implements
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration
Remarks
This method always returns true.