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.
Displays an error if credentials are invalid.
Namespace: Microsoft.Maps.MapControl.WPF.Overlays
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public void SetCredentialsError(
string culture
)
public:
void SetCredentialsError(
String^ culture
)
member SetCredentialsError :
culture:string -> unit
Public Sub SetCredentialsError (
culture As String
)
Parameters
culture
Type: System.StringThe culture in which to display the error message.
See Also
LoadingErrorMessage Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace
Return to top