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

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.

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace