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.
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