Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / CreditCardRecognizedEventArgs Class / Success Property


In This Topic
Success Property (CreditCardRecognizedEventArgs)
In This Topic
Gets a success return code. (This is Reserved for future use. It currently always returns a success return code.)
Syntax
'Declaration
 
Public ReadOnly Property Success As Boolean
 
'Usage
 
Dim instance As CreditCardRecognizedEventArgs
Dim value As Boolean
 
value = instance.Success
See Also