SPSolutionLanguagePack.IBackupRestore.CanRenameOnRestore property

Gets a value that indicates whether the language pack can be renamed when it is restored.

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

Syntax

'Declaration
Private ReadOnly Property CanRenameOnRestore As Boolean
    Implements IBackupRestore.CanRenameOnRestore
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean

value = CType(instance, IBackupRestore).CanRenameOnRestore
boolIBackupRestore.CanRenameOnRestore { get; }

Property value

Type: System.Boolean
false in all cases.

Implements

IBackupRestore.CanRenameOnRestore

Remarks

This implementation always returns false.

This member is an explicit interface member implementation. It can be used only when the SPSolutionLanguagePack instance is cast to an IBackupRestore interface.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace