Share via


Category.AutoCreateNewManagedProperties property

Gets or sets a Boolean value indicating if new managed properties should be created automatically for the crawled properties in a category.

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

Syntax

'Declaration
Public Property AutoCreateNewManagedProperties As Boolean
    Get
    Set
'Usage
Dim instance As Category
Dim value As Boolean

value = instance.AutoCreateNewManagedProperties

instance.AutoCreateNewManagedProperties = value
public bool AutoCreateNewManagedProperties { get; set; }

Property value

Type: System.Boolean
true if managed properties should be created automatically; otherwise, false.

See also

Reference

Category class

Category members

Microsoft.Office.Server.Search.Administration namespace