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)
Available in Sandboxed Solutions: No

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

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace