ManagedProperty.DecimalPlaces Property

Gets or sets the number of decimal places. This is only applicable for managed properties of type decimal.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

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

value = instance.DecimalPlaces

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

Property Value

Type: System.Int32
An integer that specifies the number of decimal places used for the managed property.

See Also

Reference

ManagedProperty Interface

ManagedProperty Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

ManagedProperty