Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to use HTTPS protocol when requesting a map. Set this before the call to the InitializeComponent method in your window.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static bool UseHttps { get; set; }
public:
property bool UseHttps {
static bool get();
static void set(bool value);
}
static member UseHttps : bool with get, set
Public Shared Property UseHttps As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top