Class CombinedAddress
Inherited Members
Namespace: Telerik.Barcode
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CombinedAddress : Address
Constructors
CombinedAddress(String, String, String)
Declaration
public CombinedAddress(string country, string addressLine1, string addressLine2)
Parameters
|
System.String
country
|
|
System.String
addressLine1
|
|
System.String
addressLine2
|
Properties
AddressLine1
Declaration
public string AddressLine1 { get; }
Property Value
|
System.String
|
AddressLine2
Declaration
public string AddressLine2 { get; }
Property Value
|
System.String
|