SmartZone v7.2 - Updated
Text Property (Result)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > Result Class : Text Property
Gets the text string of the Result object.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Text As String
'Usage
 
Dim instance As Result
Dim value As String
 
value = instance.Text
public virtual string Text {get;}
public: __property virtual string* get_Text();
public:
virtual property String^ Text {
   String^ get();
}
Remarks

This read-only property is the text string of the result object.

See Also

Reference

Result Class
Result Members

Is this page helpful?
Yes No
Thanks for your feedback.