Share via


ContentDeploymentJob.Reports property

Gets reports from the ContentDeploymentJobReportCollection object for this ContentDeploymentJob object.

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

Syntax

'Declaration
Public ReadOnly Property Reports As ContentDeploymentJobReportCollection
    Get
'Usage
Dim instance As ContentDeploymentJob
Dim value As ContentDeploymentJobReportCollection

value = instance.Reports
public ContentDeploymentJobReportCollection Reports { get; }

Property value

Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobReportCollection
The ContentDeploymentJobReportCollection for this ContentDeploymentJobCollection.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace