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)
Available in Sandboxed Solutions: No
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.