FormsService.IBackupRestore.CanSelectForRestore 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 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 FormsService
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

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace