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

value = CType(instance, IBackupRestore).Id

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

Property Value

Type: System.Guid

Implements

IBackupRestore.Id

See Also

Reference

ApplicationRegistryServiceApplicationProxy Class

ApplicationRegistryServiceApplicationProxy Members

Microsoft.Office.Server.ApplicationRegistry.SharedService Namespace