Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use. 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 FormsService
Dim value As Boolean
value = CType(instance, IBackupRestoreConfiguration).CanBackupRestoreAsConfiguration
bool IBackupRestoreConfiguration.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