WebOptions Property
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