DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicate if validation on the security appserver failed.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool AppServerValidationFailed { get; } |
Visual Basic |
---|
Public ReadOnly Property AppServerValidationFailed As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool AppServerValidationFailed {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if validation on the security appserver failed.
Remarks
See Also