SPWebApplication.CanSelectForBackup property

Gets or sets a value specifying whether the Web application can be backed up.

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

Syntax

'Declaration
Public Property CanSelectForBackup As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.CanSelectForBackup

instance.CanSelectForBackup = value
public bool CanSelectForBackup { get; set; }

Property value

Type: System.Boolean
true if the Web application can be backed up; otherwise, false. The default value is true.

Implements

IBackupRestore.CanSelectForBackup

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace