Category.DiscoverNewProperties Property
Gets or sets a Boolean value to indicate that new crawled properties are discovered for the category.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property DiscoverNewProperties As Boolean
Get
Set
'Usage
Dim instance As Category
Dim value As Boolean
value = instance.DiscoverNewProperties
instance.DiscoverNewProperties = value
bool DiscoverNewProperties { get; set; }
Property Value
Type: System.Boolean
true if new crawled properties are discovered for the category; otherwise, false.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace