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)
Available in Sandboxed Solutions: No
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