| 
          Gets and sets the amount of time until a blocking network
          operation is aborted. Syntax
          object.Timeout [= timeout ] Remarks
          The Timeout property controls the amount of time that the
          component will wait for a network operation to complete before
          aborting the operation and returning an error. The default value for
          this property is 20 seconds. It may be required to increase this
          value if a slow or unreliable network connection is being used. Data Type
          Integer (Int32) |