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 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
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace