SecurityInfoDenySystemsAccess Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the user denied access to the connections as they have been filtered.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool DenySystemsAccess { get; }
Public ReadOnly Property DenySystemsAccess As Boolean
Get
public:
virtual property bool DenySystemsAccess {
bool get () sealed;
}
function get_DenySystemsAccess();
Return Value
Type:
BooleanTrue if the user denied access to the connections as they have been filtered.
Remarks See Also