Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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