Share via


SPIisWebServiceEndpoint.IBackupRestore.CanSelectForRestore property

Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected fro restoration.

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 SPIisWebServiceEndpoint
Dim value As Boolean

value = CType(instance, IBackupRestore).CanSelectForRestore

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

Property value

Type: System.Boolean
Returns Boolean.

Implements

IBackupRestore.CanSelectForRestore

Remarks

See CanSelectForRestore for more information.

See also

Reference

SPIisWebServiceEndpoint class

SPIisWebServiceEndpoint members

Microsoft.SharePoint.Administration namespace