Share via


SPBackupInformation.IsDifferentialBackupRequested property

Gets or sets a value that indicates whether only content that has changed since the last full backup is backed up.

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

Syntax

'Declaration
Public Property IsDifferentialBackupRequested As Boolean
    Get
    Set
'Usage
Dim instance As SPBackupInformation
Dim value As Boolean

value = instance.IsDifferentialBackupRequested

instance.IsDifferentialBackupRequested = value
public bool IsDifferentialBackupRequested { get; set; }

Property value

Type: System.Boolean
true if only changed content is backed up; otherwise, false.

See also

Reference

SPBackupInformation class

SPBackupInformation members

Microsoft.SharePoint.Administration.Backup namespace