SPJobDefinition.CanRenameOnRestore property

Gets a Boolean value that indicates whether this object can be renamed at restore time.

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 SPJobDefinition
Dim value As Boolean

value = instance.CanRenameOnRestore
public virtual bool CanRenameOnRestore { get; }

Property value

Type: System.Boolean
false if the object cannot be renamed.

Implements

IBackupRestore.CanRenameOnRestore

See also

Reference

SPJobDefinition class

SPJobDefinition members

Microsoft.SharePoint.Administration namespace