| EventInformationDigitsReceived Property |
diaGlobWrapper Help
Returns the content of the digits buffer when the digits collection was completed successfully. This value is returned when a DigitsReceived event is raised.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic string DigitsReceived { get; }Public ReadOnly Property DigitsReceived As String
Get
public:
property String^ DigitsReceived {
String^ get ();
}member DigitsReceived : string with get
Property Value
Type:
String
See Also