ClientConfigAppServerValidationFailed Property |
|
DataPA OpenAnalytics 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 public bool AppServerValidationFailed { get; set; }
Public Property AppServerValidationFailed As Boolean
Get
Set
public:
virtual property bool AppServerValidationFailed {
bool get () sealed;
void set (bool value) sealed;
}
function get_AppServerValidationFailed();
function set_AppServerValidationFailed(value);
Return Value
Type:
BooleanTrue if validation on the security appserver failed.
Remarks See Also