SecurityInfoRequireSecurityPassword Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the user requires a password to access the security screen.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RequireSecurityPassword { get; }
Public ReadOnly Property RequireSecurityPassword As Boolean
Get
public:
virtual property bool RequireSecurityPassword {
bool get () sealed;
}
function get_RequireSecurityPassword();
Return Value
Type:
BooleanTrue if the user requires a password to access the security screen.
Remarks See Also