GroupAllowLockOverride Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether members of this group are allowed to override locks on the setup data.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowLockOverride { get; set; }
Public Property AllowLockOverride As Boolean
Get
Set
public:
virtual property bool AllowLockOverride {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowLockOverride();
function set_AllowLockOverride(value);
Property Value
Type:
BooleanTrue if members of this group are allowed to override locks on the setup data.
Return Value
Type:
BooleanTrue if members of this group are allowed to override locks on the setup data.
Remarks See Also