VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestAssessmentParameter Class / ValueText Property
Syntax Requirements SeeAlso
In This Topic
    ValueText Property (QualityTestAssessmentParameter)
    In This Topic
    Gets the value text.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property ValueText As String
    
    
    public virtual string ValueText { get; }
    
    
    public: __property virtual string* get_ValueText();
    
    
    
    public:
    virtual property string^ ValueText { string^ get(); }

    Property Value

    Example: "0,56".
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also