ApplicationRegistryServiceApplicationProxy.IBackupRestore.CanSelectForRestore Property

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SharedService
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Private Property CanSelectForRestore As Boolean
    Implements IBackupRestore.CanSelectForRestore
    Get
    Set
'Usage
Dim instance As ApplicationRegistryServiceApplicationProxy
Dim value As Boolean

value = CType(instance, IBackupRestore).CanSelectForRestore

CType(instance, IBackupRestore).CanSelectForRestore = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
boolIBackupRestore.CanSelectForRestore { get; set; }

Property Value

Type: System.Boolean

Implements

IBackupRestore.CanSelectForRestore

See Also

Reference

ApplicationRegistryServiceApplicationProxy Class

ApplicationRegistryServiceApplicationProxy Members

Microsoft.Office.Server.ApplicationRegistry.SharedService Namespace