VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / IntelligentMailInfo Class / BarcodeID Property
Syntax Requirements SeeAlso
In This Topic
    BarcodeID Property (IntelligentMailInfo)
    In This Topic
    The Barcode Identifier shall be assigned by USPS to encode the presort identification that is currently printed in human readable form on the optional endorsement line (OEL) as well as for future USPS use.
    Syntax
    'Declaration
    
    Public ReadOnly Property BarcodeID As String
    
    
    public string BarcodeID { get; }
    
    
    public: __property string* get_BarcodeID();
    
    
    
    public:
    property string^ BarcodeID { string^ get(); }

    Property Value

    This shall be two digits, with the second digit in the range of 0-4. The allowable encoding ranges shall be 00-04, 10-14, 20-24, 30-34, 40-44, 50-54, 60-64, 70-74, 80-84, and 90-94.
    Requirements

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

    See Also