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