TextConverter.LossOfPrecisionIsError Property
Namespace: Microsoft.Office.Project.Conversion
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Property LossOfPrecisionIsError As Boolean
Get
Set
'Usage
Dim instance As TextConverter
Dim value As Boolean
value = instance.LossOfPrecisionIsError
instance.LossOfPrecisionIsError = value
public bool LossOfPrecisionIsError { get; set; }
Property Value
Type: System.Boolean