SPUserCodeService.CanBackupRestoreAsConfiguration-Eigenschaft
Ruft einen Wert, der angibt, ob das Objekt in einer reinen Konfigurationssicherung enthalten sein können, oder Wiederherstellungsvorgang ab.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
Get
'Usage
Dim instance As SPUserCodeService
Dim value As Boolean
value = instance.CanBackupRestoreAsConfiguration
public bool CanBackupRestoreAsConfiguration { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn das Objekt in einer Konfiguration beschränkten Sicherung oder Wiederherstellung einbezogen werden kann; andernfalls false.
Implementiert
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration