SPDiagnosticsServiceBase.CanRenameOnRestore property
Gets a Boolean value that indicates whether the service object can be renamed when it is restored.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CanRenameOnRestore As Boolean
Get
'Usage
Dim instance As SPDiagnosticsServiceBase
Dim value As Boolean
value = instance.CanRenameOnRestore
public virtual bool CanRenameOnRestore { get; }
Property value
Type: System.Boolean
true if the SPDiagnosticsServiceBase can be renamed; otherwise, false.
Implements
IBackupRestore.CanRenameOnRestore
Remarks
This implementation always returns false.
See also
Reference
SPDiagnosticsServiceBase class