ApplicationRequireCredentialsEventArgsUsePreviousUsernameAndPasswordSet Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a boolean flag that indicate if the username and password should be stored for this session.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.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);
Return Value
Type:
BooleanA boolean flag that indicate if the username and password should be stored for this session.
Remarks See Also