Share via


Credentials.ToString Method ()

 

Converts the credentials to a string.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

Returns String.

See Also

Credentials Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top