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 all status messages in the crawl log.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetAllStatusMessages As DataTable
'Usage
Dim instance As LogViewer
Dim returnValue As DataTable
returnValue = instance.GetAllStatusMessages()
public DataTable GetAllStatusMessages()
Return Value
Type: System.Data.DataTable
A System.DataTable with two columns: one for the status message ID, and the other for status message description.