Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / BarcodeException Class / Number Property




In This Topic
    Number Property
    In This Topic
    Gets the number of the last error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Number As Integer
    'Usage
     
    Dim instance As BarcodeException
    Dim value As Integer
     
    value = instance.Number
    public int Number {get;}
    public: __property int get_Number();
    public:
    property int Number {
       int get();
    }
    See Also