  | CredentialDialogUserName Property  | 
 
            Gets the user name the user entered in the dialog.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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