DataPA Enterprise Dashboard Controls API Reference
Prompts the user for a username and password, updating the username and password properties.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool GetUserNameAndPassword(
	string Title = "",
	bool ShowAlwaysUseCheckBox = true
)
Visual Basic
Public Function GetUserNameAndPassword ( 
	Optional Title As String = "",
	Optional ShowAlwaysUseCheckBox As Boolean = true
) As Boolean
Visual C++
public:
virtual bool GetUserNameAndPassword(
	String^ Title = L"", 
	bool ShowAlwaysUseCheckBox = true
) sealed

Parameters

Title (Optional)
Type: System..::..String
ShowAlwaysUseCheckBox (Optional)
Type: System..::..Boolean

Return Value

Type: Boolean
True if user logged in OK

Remarks

If UsePreviousUsernameAndPasswordSet is true, will return

See Also