Gets the name of the user which is used during authentication to the specified service.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string Username { get; }
Visual Basic (Declaration)
Public ReadOnly Property Username As String

Field Value

The name of the user.

See Also