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.
Initializes a new instance of the LogViewer class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
searchApp As SearchContext _
)
'Usage
Dim searchApp As SearchContext
Dim instance As New LogViewer(searchApp)
public LogViewer(
SearchContext searchApp
)
Parameters
- searchApp
Type: Microsoft.Office.Server.Search.Administration.SearchContext
A SearchContext object representing a Shared Service Provider's search service.