SPSecurityTokenServiceManager.IBackupRestore.CanRenameOnRestore property
Gets a value that indicates whether this item can be renamed at restore time.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property CanRenameOnRestore As Boolean
Implements IBackupRestore.CanRenameOnRestore
Get
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As Boolean
value = CType(instance, IBackupRestore).CanRenameOnRestore
boolIBackupRestore.CanRenameOnRestore { get; }
Property value
Type: System.Boolean
true if the object can be renamed; otherwise, false.
Implements
IBackupRestore.CanRenameOnRestore
See also
Reference
SPSecurityTokenServiceManager class