Share via


RefinerConfiguration.Anchoring Property

Gets or sets the anchoring of the managed property refiner. This only applies for managed properties of type text.

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

Syntax

'Declaration
Property Anchoring As Nullable(Of Anchoring)
    Get
    Set
'Usage
Dim instance As RefinerConfiguration
Dim value As Nullable(Of Anchoring)

value = instance.Anchoring

instance.Anchoring = value
Nullable<Anchoring> Anchoring { get; set; }

Property Value

Type: System.Nullable<Anchoring>
A Anchoring enumeration value that specifies the anchoring type for the managed property.

See Also

Reference

RefinerConfiguration Interface

RefinerConfiguration Members

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

Other Resources

RefinerConfiguration