ManagedProperty.RefinerConfiguration property

Gets or sets the refiner configuration of this managed property.

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

Syntax

'Declaration
Public Property RefinerConfiguration As RefinerConfiguration
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As RefinerConfiguration

value = instance.RefinerConfiguration

instance.RefinerConfiguration = value
public RefinerConfiguration RefinerConfiguration { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.RefinerConfiguration

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

PropertyIsReadOnlyException

If this property is read only.

InvalidManagedPropertyValue

If this property is not refinable.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace