Request.IsValidTelescope Property

 Request.IsValidTelescope  (read-only, Boolean)
 
True only if the Telescope property has been set

Syntax

Request.IsValidTelescope

The property syntax has these parts:

Part Description
Value (Boolean) True only if the Telescope property has been set

Remarks

An attempt to read the Telescope property before it has been set will generate an error. Read the IsValidTelescope property to determine if it is valid if you want to avoid that error.