UnitsConverter.DecimalDigits Property
Namespace: Microsoft.Office.Project.Conversion
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Property DecimalDigits As Integer
Get
Set
'Usage
Dim instance As UnitsConverter
Dim value As Integer
value = instance.DecimalDigits
instance.DecimalDigits = value
public int DecimalDigits { get; set; }
Property Value
Type: System.Int32