DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicate if validation on the security appserver failed.

Namespace: DataPAClientConfig
Assembly: 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: Boolean
True if validation on the security appserver failed.

Remarks