| CredentialDialogCredentials Property |
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public 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