DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the user requires a password to access the security screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool RequireSecurityPassword { get; } |
Visual Basic |
---|
Public ReadOnly Property RequireSecurityPassword As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool RequireSecurityPassword {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if the user requires a password to access the security screen.
Remarks
See Also