ServerConfigJsonGoogleMapsApiKey Property |
Gets or sets the API key to use when working with Google Maps.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string GoogleMapsApiKey { get; set; }
Public Property GoogleMapsApiKey As String
Get
Set
public:
property String^ GoogleMapsApiKey {
String^ get ();
void set (String^ value);
}
member GoogleMapsApiKey : string with get, set
Property Value
Type:
StringSee Also