Share via


WebOptions Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.  

You can use the WebOptions property to reference a WebOptions object and its related properties.

expression.WebOptions

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

The WebOptions property is available by using Visual Basic and is read-only.

Use the WebOptions object's properties to set web options for the active data access page.

Example

The following example displays a message indicating whether long filenames will be used for the data access page named "Switchboard".

  MsgBox DataAccessPages.Item("Switchboard").WebOptions.UseLongFileNames