Share via


RefinerConfiguration.Resolution Property

Gets or sets the resolution for the managed property refiner. This is only applicable for numeric managed properties.

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

Syntax

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

value = instance.Resolution

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

Property Value

Type: System.Nullable<Int32>
An integer that specifies the current resolution for the managed property refiner.

See Also

Reference

RefinerConfiguration Interface

RefinerConfiguration Members

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

Other Resources

RefinerConfiguration