  | CredentialDialogCredentials Property  | 
  
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic NetworkCredential Credentials { get; }Public ReadOnly Property Credentials As NetworkCredential
	Get
public:
property NetworkCredential^ Credentials {
	NetworkCredential^ get ();
}member Credentials : NetworkCredential with get
Property Value
Type: 
NetworkCredential
            A 
NetworkCredential instance containing the user name and password specified on the dialog.
            
See Also