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 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.