| ApplicationRequireCredentialsEventArgsSecurityLogin Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a boolean flag that indicates if login is a security one.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool SecurityLogin { get; set; }Public Property SecurityLogin As Boolean
Get
Set
public:
virtual property bool SecurityLogin {
bool get () sealed;
void set (bool value) sealed;
}function get_SecurityLogin();
function set_SecurityLogin(value);
Return Value
Type:
BooleanA boolean flag that indicates if login is a security one.
Remarks
See Also