FormTemplate.IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration property

Gets a value that indicates whether the component can be included in a configuration-only backup or restore.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Private ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
    Implements IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration
    Get
'Usage
Dim instance As FormTemplate
Dim value As Boolean

value = CType(instance, IBackupRestoreConfiguration).CanBackupRestoreAsConfiguration
boolIBackupRestoreConfiguration.CanBackupRestoreAsConfiguration { get; }

Property value

Type: System.Boolean
true if users should be given the option to include the component in a configuration-only backup or restore; otherwise, false.

Implements

IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace