Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.