Skip to main content
All docs
V24.2

AzureMapDataProvider.AzureKey Property

Specifies the key you receive when you Create an Azure Maps account.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

[DefaultValue("")]
public string AzureKey { get; set; }

Property Value

Type Default Description
String String.Empty

A string that stores an Azure Maps key.

See Also