Share via


SPClaimProviderManager.IBackupRestore.Id Property

Gets or sets the unique identifier for the back-up of the claims provider manager.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Property Id As Guid Implements IBackupRestore.Id
    Get
    Set
'Usage
Dim instance As SPClaimProviderManager
Dim value As Guid

value = CType(instance, IBackupRestore).Id

CType(instance, IBackupRestore).Id = value
GuidIBackupRestore.Id { get; set; }

Property Value

Type: System.Guid
A Guid that contains the back-up identifier.

Implements

IBackupRestore.Id

See Also

Reference

SPClaimProviderManager Class

SPClaimProviderManager Members

Microsoft.SharePoint.Administration.Claims Namespace