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

value = CType(instance, IBackupRestore).CanSelectForBackup

CType(instance, IBackupRestore).CanSelectForBackup = value
boolIBackupRestore.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

FormTemplateCollection class

FormTemplateCollection members

Microsoft.Office.InfoPath.Server.Administration namespace