Map.UriScheme Property
Gets the protocol (http or https) that is used to request the map.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static string UriScheme { get; }
public:
property String^ UriScheme {
static String^ get();
}
static member UriScheme : string with get
Public Shared ReadOnly Property UriScheme As String
Property Value
Type: System.String
Returns String.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top