CategoryInfo.AutoCreateNewManagedProperties property
Gets or sets a whether new managed properties should be automatically created for the crawled properties in this category.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AutoCreateNewManagedProperties As Boolean
Get
Set
'Usage
Dim instance As CategoryInfo
Dim value As Boolean
value = instance.AutoCreateNewManagedProperties
instance.AutoCreateNewManagedProperties = value
[DataMemberAttribute]
public bool AutoCreateNewManagedProperties { get; set; }
Property value
Type: System.Boolean