SPWebService.IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration property
Gets a value that indicates whether the Web service can be selected for inclusion in a configuration-only backup or restore operation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
Implements IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration
Get
'Usage
Dim instance As SPWebService
Dim value As Boolean
value = CType(instance, IBackupRestoreConfiguration).CanBackupRestoreAsConfiguration
boolIBackupRestoreConfiguration.CanBackupRestoreAsConfiguration { get; }
Property value
Type: System.Boolean
true if the object can be included in a configuration-only backup or restoration; otherwise, false.
Implements
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration