ClientConfigUsePreviousUsernameAndPasswordSet Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the previously used username and password should be used rather than prompting again.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool UsePreviousUsernameAndPasswordSet { get; set; }
Public Property UsePreviousUsernameAndPasswordSet As Boolean
Get
Set
public:
virtual property bool UsePreviousUsernameAndPasswordSet {
bool get () sealed;
void set (bool value) sealed;
}
function get_UsePreviousUsernameAndPasswordSet();
function set_UsePreviousUsernameAndPasswordSet(value);
Property Value
Type:
BooleanTrue if the previously used username and password should be used rather than prompting again.
Return Value
Type:
BooleanTrue if the previously used username and password should be used rather than prompting again.
Remarks See Also