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