SPRestoreInformation.CanBeRenamed property
Gets a value that indicates whether the component (farm, Web service, Web application, or content database) that is being restored can be renamed.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CanBeRenamed As Boolean
Get
'Usage
Dim instance As SPRestoreInformation
Dim value As Boolean
value = instance.CanBeRenamed
public bool CanBeRenamed { get; }
Property value
Type: System.Boolean
true if the component can be renamed; otherwise, false.