SecurityInfoAllowSetupLockOverride Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the user is allowed to override locks on the setup data.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowSetupLockOverride { get; }
Public ReadOnly Property AllowSetupLockOverride As Boolean
Get
public:
virtual property bool AllowSetupLockOverride {
bool get () sealed;
}
function get_AllowSetupLockOverride();
Return Value
Type:
BooleanTrue if the user is allowed to override locks on the setup data.
Remarks See Also