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