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