Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.