FormsService.IBackupRestore.CanRenameOnRestore Property

Reserved for internal use. Gets a value that indicates whether the IBackupRestore object can be renamed when it is restored.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Private ReadOnly Property CanRenameOnRestore As Boolean
    Implements IBackupRestore.CanRenameOnRestore
    Get
'Usage
Dim instance As FormsService
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if renaming is allowed; otherwise, false.

Implements

IBackupRestore.CanRenameOnRestore

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace