ManagedProperty.DecimalPlaces property

Gets or sets the number of floating point decimal places of this managed property that is kept in the index.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property DecimalPlaces As Integer
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Integer

value = instance.DecimalPlaces

instance.DecimalPlaces = value
public int DecimalPlaces { get; set; }

Property value

Type: System.Int32
Returns Int32.

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

PropertyIsReadOnlyException

If this property is read only.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace