Web.IsSilent

boolean Web.IsSilent ( 

string ObjectName )

Example 1

order_form_silent = Web.IsSilent("Online Order Form");

Checks whether the web object called "Online Order Form" is silent and stores true or false in a variable called "order_form_silent."

See also:  Related Actions