SPRestoreInformation.NewName property

Gets the name that is given to the component (farm, Web service, Web application, or content database) that is being restored if it is renamed.

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

Syntax

'Declaration
Public ReadOnly Property NewName As String
    Get
'Usage
Dim instance As SPRestoreInformation
Dim value As String

value = instance.NewName
public string NewName { get; }

Property value

Type: System.String
A String that represents the new name for the component.

See also

Reference

SPRestoreInformation class

SPRestoreInformation members

Microsoft.SharePoint.Administration.Backup namespace