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