Category.DiscoverNewProperties Property
Gets or sets a Boolean value that specifies whether the crawler should automatically discover crawled properties with every crawl.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property DiscoverNewProperties As Boolean
Get
Set
'Usage
Dim instance As Category
Dim value As Boolean
value = instance.DiscoverNewProperties
instance.DiscoverNewProperties = value
public bool DiscoverNewProperties { get; set; }
Property Value
Type: System.Boolean
true if crawled properties should be discovered with every crawl; otherwise, false.
Remarks
The default value for this setting is true.