ClientConfigGetUserNameAndPassword Method |
|
DataPA OpenAnalytics API Reference
Prompts the user for a username and password, updating the username and password properties.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool GetUserNameAndPassword(
string SystemName,
string ConnectionName,
string Title = "",
bool ShowAlwaysUseCheckBox = true
)
Public Function GetUserNameAndPassword (
SystemName As String,
ConnectionName As String,
Optional Title As String = "",
Optional ShowAlwaysUseCheckBox As Boolean = true
) As Boolean
public:
virtual bool GetUserNameAndPassword(
String^ SystemName,
String^ ConnectionName,
String^ Title = L"",
bool ShowAlwaysUseCheckBox = true
) sealed
function GetUserNameAndPassword(SystemName, ConnectionName, Title, ShowAlwaysUseCheckBox);
Parameters
- SystemName
- Type: SystemString
- ConnectionName
- Type: SystemString
- Title (Optional)
- Type: SystemString
- ShowAlwaysUseCheckBox (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanTrue if user logged in OK
Remarks If UsePreviousUsernameAndPasswordSet is true, will return
See Also