Share via


SPDiagnosticsServiceBase.CanSelectForBackup property

Gets or sets a Boolean value that indicates whether the SPDiagnosticsServiceBase object can be selected for a backup operation in the Central Administration user interface (UI).

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

Syntax

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

value = instance.CanSelectForBackup

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

Property value

Type: System.Boolean
true if the SPDiagnosticesServiceBase can be selected; otherwise, false.

Implements

IBackupRestore.CanSelectForBackup

Remarks

This implementation always returns false, and the set accessor does nothing.

See also

Reference

SPDiagnosticsServiceBase class

SPDiagnosticsServiceBase members

Microsoft.SharePoint.Administration namespace