Share via


RefinerConfiguration.RefinementType Property

Gets or sets the deep refinement type for the managed property.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property RefinementType As DeepRefinementType
    Get
    Set
'Usage
Dim instance As RefinerConfiguration
Dim value As DeepRefinementType

value = instance.RefinementType

instance.RefinementType = value
DeepRefinementType RefinementType { get; set; }

Property Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.DeepRefinementType
A DeepRefinementType enumeration value that specifies the current refinement type for the managed property.

See Also

Reference

RefinerConfiguration Interface

RefinerConfiguration Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

RefinerConfiguration