Content.LotusNotesConfigured Property
Gets a Boolean value indicating whether the search service 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 is configured to crawl Lotus Notes content; otherwise, false.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace
Other Resources
Getting Started with the Enterprise Search Administration Object Model