FormTemplateCollection.IBackupRestore.CanSelectForRestore Property
Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for restoration 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 CanSelectForRestore As Boolean
Implements IBackupRestore.CanSelectForRestore
Get
Set
'Usage
Dim instance As FormTemplateCollection
Dim value As Boolean
value = CType(instance, IBackupRestore).CanSelectForRestore
CType(instance, IBackupRestore).CanSelectForRestore = value
bool IBackupRestore.CanSelectForRestore { get; set; }
Property Value
Type: System.Boolean
true if the object can be selected for restoration; otherwise, false.
Implements
IBackupRestore.CanSelectForRestore