'Declaration
Public Property AcceptsCheckDigit As Boolean
'Usage
Dim instance As BarCodeCellType Dim value As Boolean instance.AcceptsCheckDigit = value value = instance.AcceptsCheckDigit
public bool AcceptsCheckDigit {get; set;}
Property Value
true
if check digit is accepted; false
otherwise.