VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / SwissQRCodeValueItem Class / CreditorAddressType Property
Syntax Remarks Requirements SeeAlso
In This Topic
    CreditorAddressType Property (SwissQRCodeValueItem)
    In This Topic
    Gets or sets the creditor address type, which is specified using a code.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Creditor address type, which is specified using a code.")>
    Public Property CreditorAddressType As String
    
    
    [Description("Creditor address type, which is specified using a code.")]
    public string CreditorAddressType { get; set; }
    
    
    [Description("Creditor address type, which is specified using a code.")]
    public: __property string* get_CreditorAddressType();
    public: __property void set_CreditorAddressType(
    string* value
    );
    [Description("Creditor address type, which is specified using a code.")]
    public:
    property string^ CreditorAddressType { string^ get(); void set(string^ value); }

    Property Value

    Available values: "S" - structured address, "K" - combined address elements (2 lines).
    Remarks

    Element name: AdrTp.

    Requirements

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

    See Also