Share via


SPRestoreInformation.HasMoreRestore Property

Gets a value that indicates whether the restore operation has more to restore after it has completed work on the current component it is restoring.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property HasMoreRestore As Boolean
    Get
'Usage
Dim instance As SPRestoreInformation
Dim value As Boolean

value = instance.HasMoreRestore
public bool HasMoreRestore { get; }

Property Value

Type: System.Boolean
true if there is more restoration to do; otherwise, false.

See Also

Reference

SPRestoreInformation Class

SPRestoreInformation Members

Microsoft.SharePoint.Administration.Backup Namespace