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 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