RefinerConfiguration.Intervals Property
Gets or sets the intervals 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 Intervals As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As RefinerConfiguration
Dim value As Nullable(Of Integer)
value = instance.Intervals
instance.Intervals = value
Nullable<int> Intervals { get; set; }
Property Value
Type: System.Nullable<Int32>
An integer that specifies the current intervals for the managed property refiner.
See Also
Reference
RefinerConfiguration Interface
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace