[Visual Basic]
Property FirstDigitTimeout As Integer
[C#]
public int FirstDigitTimeout [ get, set ]
Description
The time duration in milliseconds in which the first digit is expected. If
the first digit is not received in this timeframe, digit collection is aborted
and the OnGatherDigitsTerminated
event will be fired.
The GatheredDigits (parameter of OnGatherDigitsTerminated)
will be empty, indicating that no digits were received and the first digit
timeout terminated digit gathering.
Remarks
See Also
Support editions

