SPSolutionLanguagePack.IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration property
Gets a value that indicates whether the language pack can be selected 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 SPSolutionLanguagePack
Dim value As Boolean
value = CType(instance, IBackupRestoreConfiguration).CanBackupRestoreAsConfiguration
boolIBackupRestoreConfiguration.CanBackupRestoreAsConfiguration { get; }
Property value
Type: System.Boolean
true if the object can be selected for inclusion in a configuration-only backup or restore operation; otherwise, false.
Implements
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration
Remarks
This implementation always returns false.