SPWebService.CanSelectForBackup Property

Gets or sets a value indicating whether the service can be backed up.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.CanSelectForBackup

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

Property Value

Type: System.Boolean
true indicates the service can be backed up; otherwise, false. The default is true.

Implements

IBackupRestore.CanSelectForBackup

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace