Click here for NewsObjects Overview
Password Property
Windows - Visual C++


Description
The Password Property returns or sets the password.

Syntax
CString result = GetPassword();
void SetPassword( LPCTSTR password );

Value
The password to be used when logging on.

Possible Errors thrown:

Error

Description

380

Password Too Long.

See Also: SavePassword ShowLogon Logon

Back to: Connect Properties