for GdPicture.NET
XTractFlow.API.Result Namespace / FieldValue Class / Value Property



In This Topic

    Value Property (FieldValue)

    In This Topic
    Provides a textual representation of the field's value.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Value As String
    'Usage
     
    
    Dim instance As FieldValue
    Dim value As String
     
    value = instance.Value
    public abstract string Value {get;}
    public:
    abstract property String^ Value {
       String^ get();
    }
    See Also