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