SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Result Class / Text Property




In This Topic
    Text Property (Result)
    In This Topic
    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