SPSecurityTokenServiceManager.IBackupRestore.Name property
Gets and sets the name for the security token service manager.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Property Name As String Implements IBackupRestore.Name
Get
Set
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As String
value = CType(instance, IBackupRestore).Name
CType(instance, IBackupRestore).Name = value
stringIBackupRestore.Name { get; set; }
Property value
Type: System.String
The name of the security token service manager.
Implements
See also
Reference
SPSecurityTokenServiceManager class