PrecisionPropertyConfiguration.Precision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get or set the maximum number of digits allowed in the property’s value for decimal property. Get or set the number of decimal places allowed in the seconds portion of the property’s value for temporal property.
public int? Precision { get; set; }
member this.Precision : Nullable<int> with get, set
Public Property Precision As Nullable(Of Integer)