ContentDeploymentJob.LastReport property

Gets or sets the most recent report for this ContentDeploymentJob object.

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

Syntax

'Declaration
Public Property LastReport As ContentDeploymentJobReport
    Get
    Private Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As ContentDeploymentJobReport

value = instance.LastReport
public ContentDeploymentJobReport LastReport { get; private set; }

Property value

Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReport
The most recent report for this ContentDeploymentJob object.

Remarks

If the ContentDeploymentJob is currently running, this property gets or sets the report for the current run.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace