SPIisWebServiceApplication.IBackupRestore.CanRenameOnRestore property

Gets a value that indicates whether the Web service application can be renamed when it is restored.

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

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

Property value

Type: System.Boolean
true if the Web service application can be renamed; otherwise, false.

Implements

IBackupRestore.CanRenameOnRestore

Remarks

This member is an explicit interface member implementation. It can be used only when the SPIisWebServiceApplication instance is cast to an IBackupRestore interface.

The CanRenameOnRestore property implements the CanRenameOnRestore property that is defined in the IBackupRestore interface for the SPIisWebServiceApplication class.

See also

Reference

SPIisWebServiceApplication class

SPIisWebServiceApplication members

Microsoft.SharePoint.Administration namespace