Share via


JobReportBase.ReportMessages Property

Returns the collection of messages that are associated with this T:Microsoft.SharePoint.Publishing.Administration.JobReportBase object.

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

Syntax

'Declaration
Public ReadOnly Property ReportMessages As Collection(Of ReportMessage)
    Get
'Usage
Dim instance As JobReportBase
Dim value As Collection(Of ReportMessage)

value = instance.ReportMessages
public Collection<ReportMessage> ReportMessages { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<ReportMessage>

See Also

Reference

JobReportBase Class

JobReportBase Members

Microsoft.SharePoint.Publishing.Administration Namespace

JobReportBase