SPIisWebServiceApplicationProxy.IBackupRestore.CanSelectForBackup property

Gets or sets a value that indicates whether the web service application proxy can be selected for a backup operation in the Central Administration user interface.

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

Syntax

'Declaration
Private Property CanSelectForBackup As Boolean
    Implements IBackupRestore.CanSelectForBackup
    Get
    Set
'Usage
Dim instance As SPIisWebServiceApplicationProxy
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 proxy can be selected for an independent backup operation; 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 SPIisWebServiceApplicationProxy instance is cast to an IBackupRestore interface.

See also

Reference

SPIisWebServiceApplicationProxy class

SPIisWebServiceApplicationProxy members

Microsoft.SharePoint.Administration namespace