Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace