DataConnectionFile.IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration Property
Gets a value that indicates whether the component can be included in a configuration-only backup or restore.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Private ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
Implements IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration
Get
'Usage
Dim instance As DataConnectionFile
Dim value As Boolean
value = CType(instance, IBackupRestoreConfiguration).CanBackupRestoreAsConfiguration
bool IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration { get; }
Property Value
Type: System.Boolean
true if users should be given the option to include the component in a configuration-only backup or restore; otherwise, false.
Implements
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration