RefinerConfiguration.Intervals property
Gets or sets the intervals for the managed property refiner. This is only applicable for numeric managed properties.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Intervals As Integer
Get
Set
'Usage
Dim instance As RefinerConfiguration
Dim value As Integer
value = instance.Intervals
instance.Intervals = value
[DataMemberAttribute]
public int Intervals { get; set; }
Property value
Type: System.Int32