VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode.BarcodeInfo Namespace / PpnBarcodeValue Class / BatchNumber Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    BatchNumber Свойство (PpnBarcodeValue)
    В этом разделе
    Возвращает или задает номер партии.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Batch number.")>
    Public Property BatchNumber As String
    
    
    [Description("Batch number.")]
    public string BatchNumber { get; set; }
    
    
    [Description("Batch number.")]
    public: __property string* get_BatchNumber();
    public: __property void set_BatchNumber(
    string* value
    );
    [Description("Batch number.")]
    public:
    property string^ BatchNumber { string^ get(); void set(string^ value); }
    Ремарки

    Номер партии генерируется фармацевтическим производителем и, следовательно, формирует соответствующий элемент данных для кода.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также