DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the user is allowed to override locks on the setup data.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool AllowSetupLockOverride { get; }
Visual Basic
Public ReadOnly Property AllowSetupLockOverride As Boolean
	Get
Visual C++
public:
virtual property bool AllowSetupLockOverride {
	bool get () sealed;
}

Return Value

Type: Boolean
True if the user is allowed to override locks on the setup data.

Remarks