SearchServiceApplication.CrawlLogCleanupIntervalInDays property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property CrawlLogCleanupIntervalInDays As UInteger
Get
Set
'Uso
Dim instance As SearchServiceApplication
Dim value As UInteger
value = instance.CrawlLogCleanupIntervalInDays
instance.CrawlLogCleanupIntervalInDays = value
public uint CrawlLogCleanupIntervalInDays { get; set; }
Property value
Type: System.UInt32
Ver também
Referência
SearchServiceApplication class