Accusoft.SmartZoneOCR5.Net - Updated
Data Property (InternalException)






Accusoft.SmartZoneOCRSdk Namespace > InternalException Class : Data Property
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public ReadOnly Property Data As System.Collections.IDictionary
'Usage
 
Dim instance As InternalException
Dim value As System.Collections.IDictionary
 
value = instance.Data
[__DynamicallyInvokable()]
public System.Collections.IDictionary Data {get;}
public read-only property Data: System.Collections.IDictionary; 
__DynamicallyInvokableAttribute()
public function get Data : System.Collections.IDictionary
[__DynamicallyInvokable()]
public: __property System.Collections.IDictionary* get_Data();
[__DynamicallyInvokable()]
public:
property System.Collections.IDictionary^ Data {
   System.Collections.IDictionary^ get();
}
See Also

Reference

InternalException Class
InternalException Members