Click or drag to resize

CredentialDialogUserName Property

Gets the user name the user entered in the dialog.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string UserName { get; }

Property Value

Type: String
The user name entered in the user name field of the credentials dialog. The default value is an empty string ("").
See Also