SPSecurityTokenServiceManager.IBackupRestore.Id property

Gets or sets the unique identifier for the backup of the security token service 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 SPSecurityTokenServiceManager
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

SPSecurityTokenServiceManager class

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace