SPBackupRestoreSettings.BackupMethod Property

Gets or sets the backup method that will be used or was used.

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

Syntax

'Declaration
Public Property BackupMethod As SPBackupMethodType
    Get
    Set
'Usage
Dim instance As SPBackupRestoreSettings
Dim value As SPBackupMethodType

value = instance.BackupMethod

instance.BackupMethod = value
public SPBackupMethodType BackupMethod { get; set; }

Property Value

Type: Microsoft.SharePoint.Administration.Backup.SPBackupMethodType
A SPBackupMethodType value that identifies the backup method, either Full or Differential.

Remarks

In the derived class SPBackupSettingsBackupMethod is the backup method that will be used. In SPRestoreSettings it is the backup method that was used during backup.

See Also

Reference

SPBackupRestoreSettings Class

SPBackupRestoreSettings Members

Microsoft.SharePoint.Administration.Backup Namespace