VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / Mailmark4StateValueItem Class / Class Property
Syntax Requirements SeeAlso
In This Topic
    Class Property (Mailmark4StateValueItem)
    In This Topic
    Gets or sets the class of the item.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The class of the item.")>
    Public Property Class As String
    
    
    [Description("The class of the item.")]
    public string Class { get; set; }
    
    
    [Description("The class of the item.")]
    public: __property string* get_Class();
    public: __property void set_Class(
    string* value
    );
    [Description("The class of the item.")]
    public:
    property string^ Class { string^ get(); void set(string^ value); }

    Property Value

    • "0" - Null or Test
    • "1" - 1C (Retail)
    • "2" - 2C (Retail)
    • "3" - 3C (Retail)
    • "4" - Premium (Retail Publishing Mail) (for potential future use)
    • "5" - Deferred (Retail)
    • "6" - Air (Retail) (for potential future use)
    • "7" - Surface (Retail) (for potential future use)
    • "8" - Premium (Network Access)
    • "9" - Standard (Network Access)
    • "A" to "Z" - Spare(for potential future use).
    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