Category.AutoCreateNewManagedProperties Property

Gets or sets a Boolean value indicating whether new managed properties should be automatically created 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 automatically created; otherwise, false.

See Also

Reference

Category Class

Category Members

Microsoft.Office.Server.Search.Administration Namespace