SPSolutionCollection.IBackupRestore.CanRenameOnRestore property

Gets whether this item can be renamed at restore time.

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 SPSolutionCollection
Dim value As Boolean

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

Property value

Type: System.Boolean
Returns false.

Implements

IBackupRestore.CanRenameOnRestore

See also

Reference

SPSolutionCollection class

SPSolutionCollection members

Microsoft.SharePoint.Administration namespace