SPFarm.CanBackupRestoreAsConfiguration property

Gets a value that indicates whether the farm object can be selected for inclusion in a configuration-only backup or restore operation.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
    Get
'Usage
Dim instance As SPFarm
Dim value As Boolean

value = instance.CanBackupRestoreAsConfiguration
public bool CanBackupRestoreAsConfiguration { get; }

Property value

Type: System.Boolean
true if the object can be included in a configuration-only backup or restoration; otherwise, false.

Implements

IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace