Share via


Category.DiscoverNewProperties property

Gets or sets a Boolean value that indicates if 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.

See also

Reference

Category class

Category members

Microsoft.Office.Server.Search.Administration namespace