Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
Reference
SPSecurityTokenServiceManager Class