DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if members of this group have permission to open the security screen.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool AllowSecurity { get; set; } |
Visual Basic |
---|
Public Property AllowSecurity As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool AllowSecurity {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if members of this group have permission to open the security screen.
Return Value
Type:
BooleanTrue if members of this group have permission to open the security screen.
Remarks
See Also