SPIisWebServiceApplicationProxy.IBackupRestore.CanRenameOnRestore property

Gets a value that indicates whether the web service application proxy 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 SPIisWebServiceApplicationProxy
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the object can be renamed, otherwise, false.

Implements

IBackupRestore.CanRenameOnRestore

Remarks

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

See also

Reference

SPIisWebServiceApplicationProxy class

SPIisWebServiceApplicationProxy members

Microsoft.SharePoint.Administration namespace