Write/Read |
About Analyzer Events |
Description |
Sets event filtering to monitor levels of severity. |
VB Syntax |
app.AllowEventSeverity severity,state |
Variable |
(Type) - Description |
app |
An Application (object) |
severity |
(enum naEventSeverity) Choose from:naEventSeverityERROR |
state
|
(boolean) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.AllowEventSeverity |
C++ Syntax |
HRESULT AllowEventSeverity( tagNAEventSeverity severity, VARIANT_BOOL bAllow) |
Interface |
IApplication |