SPBackupRestoreHistoryObject.ParentId Property

Gets the ID of the last previous full backup if the operation was an incremental backup.

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

Syntax

'Declaration
Public ReadOnly Property ParentId As Guid
    Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As Guid

value = instance.ParentId
public Guid ParentId { get; }

Property Value

Type: System.Guid
A Guid that represents the ID of a full backup operation.

See Also

Reference

SPBackupRestoreHistoryObject Class

SPBackupRestoreHistoryObject Members

Microsoft.SharePoint.Administration.Backup Namespace