Microsoft Internet Security and Acceleration Server 2000

FPCWebBrowserClientConfig.BrowserConfigAutoDetect Property

Gets or sets whether automatic configuration settings are automatically detected.

The automatic discovery feature of ISA Server allows you to configure Web proxy clients so that they automatically discover the appropriate ISA Server computer. In this way, roaming clients can connect to the ISA Server computer, as appropriate and when necessary.

VBScript Syntax[VBScript]

FPCWebBrowserClientConfig.BrowserConfigAutoDetect[ = bAutoDetect ] 

C++ Syntax[C++]

HRESULT get_BrowserConfigAutoDetect(
  VARIANT_BOOL *pbAutoDetect
);
 
HRESULT put_BrowserConfigAutoDetect(
  VARIANT_BOOL bAutoDetect
);

Return Values

bAutoDetect
Boolean value that specifies whether the settings will be automatically detected.

The property is read-write.

Applies To

FPCWebBrowserClientConfig