SPIisWebServiceApplication.IBackupRestore.CanSelectForBackup Property
Gets or sets a value that indicates whether the Web service application 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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Property CanSelectForBackup As Boolean
Implements IBackupRestore.CanSelectForBackup
Get
Set
'Usage
Dim instance As SPIisWebServiceApplication
Dim value As Boolean
value = CType(instance, IBackupRestore).CanSelectForBackup
CType(instance, IBackupRestore).CanSelectForBackup = value
boolIBackupRestore.CanSelectForBackup { get; set; }
Property Value
Type: System.Boolean
true if the Web service application can be selected for an independent backup; otherwise, false.
Implements
IBackupRestore.CanSelectForBackup
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 CanSelectForBackup property implements the CanSelectForBackup property that is defined in the IBackupRestore interface for the SPIisWebServiceApplication class.
See Also
Reference
SPIisWebServiceApplication Class