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 divisor 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 Divisor As Nullable(Of Single)
Get
Set
'Usage
Dim instance As RefinerConfiguration
Dim value As Nullable(Of Single)
value = instance.Divisor
instance.Divisor = value
Nullable<float> Divisor { get; set; }
Property Value
Type: System.Nullable<Single>
A single-precision floating-point number that specifies the current divisor for the managed property refiner.
See Also
Reference
RefinerConfiguration Interface
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace