Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The Refundable property determines whether the user can refund the toll.
Syntax
objCAToll.Refundable As Long
Parameters
This property does not take any parameters.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
Returns a Boolean value. If the value is TRUE, the toll is refundable (or might be refundable). If the value is FALSE, the toll cannot be refunded.
Remarks
This property should not return FALSE unless the toll absolutely cannot be refunded.
This property is read-only.
See Also