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.