Compartilhar via


SPWebService.IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration property

Obtém um valor que indica se o serviço da Web podem ser selecionados para inclusão em um backup somente configuração ou operação de restauração.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Private ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
    Implements IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration
    Get
'Uso
Dim instance As SPWebService
Dim value As Boolean

value = CType(instance, IBackupRestoreConfiguration).CanBackupRestoreAsConfiguration
boolIBackupRestoreConfiguration.CanBackupRestoreAsConfiguration { get; }

Property value

Type: System.Boolean
true se o objeto pode ser incluído em um backup somente configuração ou restauração; Caso contrário, false.

Implements

IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration

Ver também

Referência

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace