DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates whether members of this group are allowed to override locks on the setup data.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AllowLockOverride { get; set; }
Visual Basic
Public Property AllowLockOverride As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AllowLockOverride {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if members of this group are allowed to override locks on the setup data.

Return Value

Type: Boolean
True if members of this group are allowed to override locks on the setup data.

Remarks