ManagedProperty.DecimalPlaces-Eigenschaft
Ruft ab oder legt die Anzahl der floating Point Dezimalstellen dieser verwalteten Eigenschaft, die im Index gespeichert wird.
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; }
Eigenschaftswert
Typ: System.Int32
Gibt Int32 zurück.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Wenn dieses Objekt nicht unterstützt wird. |
PropertyIsReadOnlyException | Wenn diese Eigenschaft schreibgeschützt ist. |