DataConnectionFile.IBackupRestore.CanRenameOnRestore property

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

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

Property value

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

Implements

IBackupRestore.CanRenameOnRestore

See also

Reference

DataConnectionFile class

DataConnectionFile members

Microsoft.Office.InfoPath.Server.Administration namespace