Skip to main content
All docs
V25.1
  • AzureMapDataProviderBase.AzureKey Property

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    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