Purpose
Includes gateways and routes in the admin Directory list.
Syntax
ServerDirectory.ShowGateways [ = TRUE | FALSE ]
TRUE |
Includes gateways and routes in the admin Directory list. |
FALSE |
Excludes gateways and routes from the admin Directory list. |
Examples
Dim sd as ServerDirectory
sd.ShowGateways = TRUE
Debug sd.ShowGateways
|