ScopesManager.LogPrefix Property
When overridden in a derived class, gets the prefix that is prepended to each log statement.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property LogPrefix As String
Get
'Usage
Dim value As String
value = Me.LogPrefix
protected abstract string LogPrefix { get; }
Property Value
Type: System.String
The prefix that is prepended to each log statement.