Content.LotusNotesConfigured property
Gets a Boolean value indicating whether the Search service application is configured to crawl Lotus Notes content.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property LotusNotesConfigured As Boolean
Get
'Usage
Dim instance As Content
Dim value As Boolean
value = instance.LotusNotesConfigured
public bool LotusNotesConfigured { get; }
Property value
Type: System.Boolean
true if the Search service application is configured to crawl Lotus Notes content; otherwise, false.