Reflection
ScriptErrorsSuppressed Property


Gets or sets the state of Script Errors Suppression.
Syntax
'Declaration
 
Property ScriptErrorsSuppressed As Boolean
'Usage
 
Dim instance As IWebControl
Dim value As Boolean
 
instance.ScriptErrorsSuppressed = value
 
value = instance.ScriptErrorsSuppressed
bool ScriptErrorsSuppressed {get; set;}
See Also