Skip to main content
All docs
V24.2

AzureAddress.AddressLine Property

Specifies the street line of an address relative to the area specified by the Locality or PostalCode properties.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

[DefaultValue(null)]
public string AddressLine { get; set; }

Property Value

Type Default Description
String null

The official street line of an address relative to the area specified by the Locality or PostalCode properties.

See Also