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