FormsService.IBackupRestore.CanSelectForBackup Property

Reserved for internal use. 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 FormsService
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

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace