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

Contact

Class

Represents the information to identity a (Ultimate) Creditor, Ultimate Debtor.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class Contact

Inheritance: objectContact

Constructors

Initializes a new instance of the Contact class.

C#
public Contact(string name, Address address)
Parameters:namestring

The name of the contact.

addressAddress

The address of the contact. Can be either an instance of StructuredAddress or CombinedAddress

Properties

Gets the address of the contact.

C#
public Address Address { get; }

Gets the name of the contact.

C#
public string Name { get; }