This document is archived and information here might be outdated.  Recommended version.


IGetUserAndPasswordDialog.UserName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IG > IGetUserAndPasswordDialog Interface > IGetUserAndPasswordDialog.UserName Property
ArcGIS Developer Help

IGetUserAndPasswordDialog.UserName Property

The user name entered in the dialog.

[Visual Basic .NET]
Public ReadOnly Property UserName As String
[C#]
public string UserName {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The UserName property allows you to get the username that was entered in the dialog.

See Also

IGetUserAndPasswordDialog Interface