Gets the number of characters in the recognized checksum.
Syntax
public int NumberCheckSumChars {get;}
public: __property int get_NumberCheckSumChars();
public:
property int NumberCheckSumChars {
int get();
}
'Declaration
Public ReadOnly Property NumberCheckSumChars As Integer
'Usage
Dim instance As Result
Dim value As Integer
value = instance.NumberCheckSumChars
Property Value
A long which represents the number of characters.
See Also