GoogleMapSettingsGoogleMapsApiKey Property |
Gets or sets the Google Maps API key to use with the site.
Namespace: VirtualRadar.Interface.SettingsAssembly: 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