LogViewer.MaxDaysCrawlLogged Property

NOTE: This API is now obsolete.

Gets or sets the maximum number of days SharePoint Enterprise Search should maintain crawl logs.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")> _
Public Property MaxDaysCrawlLogged As Integer
    Get
    Set
'Usage
Dim instance As LogViewer
Dim value As Integer

value = instance.MaxDaysCrawlLogged

instance.MaxDaysCrawlLogged = value
[ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")]
public int MaxDaysCrawlLogged { get; set; }

Property Value

Type: System.Int32
A 32-bit integer that specifies the number of days.

See Also

Reference

LogViewer Class

LogViewer Members

Microsoft.Office.Server.Search.Administration Namespace