| 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; }
Public ReadOnly Property UserName As String
Get
public:
property String^ UserName {
String^ get ();
}
member UserName : string with 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