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)
Available in Sandboxed Solutions: No
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