ClassAddress
Class
Represents the base class for an address used with SwissQRCode.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class Address
Inheritance: objectAddress
Derived Classes:
Constructors
Address(string)
Initializes a new instance of the Address class.
Declaration
cs-api-definition
protected Address(string country)
Parameters
country
string
Two-letter country code according to ISO 3166-1.
Properties
Country
Gets the country of the address.
Declaration
cs-api-definition
public string Country { get; }
Property Value
string