Compartilhar via


ManagedProperty.DecimalPlaces property

Obtém ou define o número de casas decimais a ponto flutuante desta propriedade gerenciada que é mantida no índice.

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

Syntax

'Declaração
Public Property DecimalPlaces As Integer
    Get
    Set
'Uso
Dim instance As ManagedProperty
Dim value As Integer

value = instance.DecimalPlaces

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

Property value

Type: System.Int32
Retorna Int32.

Exceptions

Exception Condition
InvalidOperationException

Se este objeto não é feito.

PropertyIsReadOnlyException

Se esta propriedade é somente leitura.

Ver também

Referência

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace