New to Telerik UI for .NET MAUIStart a free 30-day trial

Contains information for the address of a (Ultimate) Creditor or Ultimate Debtor in a combined address schema.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class CombinedAddress : Address

Inheritance: objectAddressCombinedAddress

Inherited Members Address.Country

Constructors

Initializes a new instance of the CombinedAddress class.

C#
public CombinedAddress(string country, string addressLine1, string addressLine2)
Parameters:countrystring

Two-letter country code according to ISO 3166-1.

addressLine1string

Includes street and building number or P.O. Box.

addressLine2string

Includes postal code and town.

Properties

Gets the first line of the address.

C#
public string AddressLine1 { get; }

Gets the second line of the address.

C#
public string AddressLine2 { get; }