VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode.BarcodeInfo Namespace / SwissQRCodeValueItem Class / UltimateDebtorBuildingNumberOrAddressLine2 Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    UltimateDebtorBuildingNumberOrAddressLine2 Свойство (SwissQRCodeValueItem)
    В этом разделе
    Возвращает или задает структурированный адрес: улица/почтовый адрес Коробка с адреса должника.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Structured Address: Street/P.O. Box from the debtor's address.")>
    Public Property UltimateDebtorBuildingNumberOrAddressLine2 As String
    
    
    [Description("Structured Address: Street/P.O. Box from the debtor's address.")]
    public string UltimateDebtorBuildingNumberOrAddressLine2 { get; set; }
    
    
    [Description("Structured Address: Street/P.O. Box from the debtor's address.")]
    public: __property string* get_UltimateDebtorBuildingNumberOrAddressLine2();
    public: __property void set_UltimateDebtorBuildingNumberOrAddressLine2(
    string* value
    );
    [Description("Structured Address: Street/P.O. Box from the debtor's address.")]
    public:
    property string^ UltimateDebtorBuildingNumberOrAddressLine2 { string^ get(); void set(string^ value); }

    Property Value

    Структурированный адрес: разрешено не более 16 символов.
    Комбинированные элементы адреса: разрешено не более 70 символов.
    Должен быть указан для типа адреса "K".
    Ремарки

    Имя элемента: BldgNbOrAdrLine2.

    Требования

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

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