Discuss this help topic in SecureBlackbox Forum
Specifies if the component should cache validation results.
Declaration
[C#]
bool CacheValidationResults;
[VB.NET]
Property CacheValidationResults As Boolean
[Pascal]
property CacheValidationResults : boolean;
[C++]
bool get_CacheValidationResults();
void set_CacheValidationResults(bool Value);
[PHP]
bool get_CacheValidationResults()
void set_CacheValidationResults(bool $Value)
[Java]
boolean getCacheValidationResults();
void setCacheValidationResults(boolean Value);
Description
Use this property to specify whether the component should cache validation results.
The default value is True.
Discuss this help topic in SecureBlackbox Forum