SPBackupRestoreInformation.BackupMethod Property

Gets the backup method of the job.

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

Syntax

'Declaration
Public ReadOnly Property BackupMethod As SPBackupMethodType
    Get
'Usage
Dim instance As SPBackupRestoreInformation
Dim value As SPBackupMethodType

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

Property Value

Type: Microsoft.SharePoint.Administration.Backup.SPBackupMethodType
An SPBackupMethodType that identifies whether the backup is full or differential.

Remarks

If the job is a restore job, then BackupMethod is the method that was used when the backup object that is being restored was created.

See Also

Reference

SPBackupRestoreInformation Class

SPBackupRestoreInformation Members

Microsoft.SharePoint.Administration.Backup Namespace