Accusoft.Forms1 - Updated
Text Property (Result)



Accusoft.SmartZoneICRSdk Namespace > Result Class : Text Property
Gets the text string of the result object.
Syntax
Public Overridable ReadOnly Property Text As String
Dim instance As Result
Dim value As String
 
value = instance.Text
public virtual string Text {get;}
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