SPIisWebServiceApplication.IBackupRestore.CanSelectForRestore property

Gets or sets a value that indicates whether the Web service application 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
Private Property CanSelectForRestore As Boolean
    Implements IBackupRestore.CanSelectForRestore
    Get
    Set
'Usage
Dim instance As SPIisWebServiceApplication
Dim value As Boolean

value = CType(instance, IBackupRestore).CanSelectForRestore

CType(instance, IBackupRestore).CanSelectForRestore = value
boolIBackupRestore.CanSelectForRestore { get; set; }

Property value

Type: System.Boolean
true if the Web service application can be selected for an independent restoration; otherwise, false.

Implements

IBackupRestore.CanSelectForRestore

Remarks

The set accessor of the property does nothing.

This member is an explicit interface member implementation. It can be used only when the SPIisWebServiceApplication instance is cast to an IBackupRestore interface.

The CanSelectForRestore property implements the CanSelectForRestore property that is defined in the IBackupRestore interface for the SPIisWebServiceApplication class.

See also

Reference

SPIisWebServiceApplication class

SPIisWebServiceApplication members

Microsoft.SharePoint.Administration namespace