ContentDeploymentJob.LastReportId Property
Gets the UniqueId for the most recent report.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property LastReportId As Guid
Get
Private Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As Guid
value = instance.LastReportId
public Guid LastReportId { get; private set; }
Property Value
Type: System.Guid
The UniqueId for the most recent report.
Remarks
If the ContentDeploymentJob is currently running, this is the GUID of the report for that run.