DataConnectionFileCollection.IBackupRestore.CanSelectForBackup Property
Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for backup, independently of its parent component, in the Central Administration user interface or some other UI.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Private Property CanSelectForBackup As Boolean
Implements IBackupRestore.CanSelectForBackup
Get
Set
'Usage
Dim instance As DataConnectionFileCollection
Dim value As Boolean
value = CType(instance, IBackupRestore).CanSelectForBackup
CType(instance, IBackupRestore).CanSelectForBackup = value
bool IBackupRestore.CanSelectForBackup { get; set; }
Property Value
Type: System.Boolean
true if the object can be selected for backup; otherwise, false.
Implements
IBackupRestore.CanSelectForBackup
See Also
Reference
DataConnectionFileCollection Class