Share via


SPResourceMeasure.CanSelectForRestore property

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

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

Syntax

'Declaration
Public Property CanSelectForRestore As Boolean
    Get
    Set
'Usage
Dim instance As SPResourceMeasure
Dim value As Boolean

value = instance.CanSelectForRestore

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

Property value

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

Implements

IBackupRestore.CanSelectForRestore

Remarks

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

See also

Reference

SPResourceMeasure class

SPResourceMeasure members

Microsoft.SharePoint.Administration namespace