ApplicationRegistryServiceApplicationProxy.IBackupRestore.CanSelectForBackup 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 CanSelectForBackup As Boolean
    Implements IBackupRestore.CanSelectForBackup
    Get
    Set
'Usage
Dim instance As ApplicationRegistryServiceApplicationProxy
Dim value As Boolean

value = CType(instance, IBackupRestore).CanSelectForBackup

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

Property Value

Type: System.Boolean

Implements

IBackupRestore.CanSelectForBackup

See Also

Reference

ApplicationRegistryServiceApplicationProxy Class

ApplicationRegistryServiceApplicationProxy Members

Microsoft.Office.Server.ApplicationRegistry.SharedService Namespace