layout: default title: GeoBlazorSettings parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core
GeoBlazorSettings Class
Configuration Settings Object, can be populated from JSON (e.g., appsettings.json) or environment variables.
public class GeoBlazorSettings
Inheritance System.Object 🡒 GeoBlazorSettings
Properties
GeoBlazorSettings.LicenseKey Property
The GeoBlazor Pro License Key, generated on the licensing server.
public string? LicenseKey { get; set; }
Property Value
GeoBlazorSettings.RegistrationKey Property
The GeoBlazor Core Registration Key, generated on the licensing server.
public string? RegistrationKey { get; set; }