Share via


SPRestoreInformation.RestoreMethod Property

Gets the restore method of the operation.

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

Syntax

'Declaration
Public ReadOnly Property RestoreMethod As SPRestoreMethodType
    Get
'Usage
Dim instance As SPRestoreInformation
Dim value As SPRestoreMethodType

value = instance.RestoreMethod
public SPRestoreMethodType RestoreMethod { get; }

Property Value

Type: Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType
An SPRestoreMethodType that specifies with the restore is an overwrite or a new deployment.

See Also

Reference

SPRestoreInformation Class

SPRestoreInformation Members

Microsoft.SharePoint.Administration.Backup Namespace