Microsoft Internet Security and Acceleration Server 2000

FPCFirewallClientConfig.AutoDetect Property

Gets or sets whether the auto detect option is enabled. Auto detect, also known as automatic discovery, allows you to configure clients so that they automatically discover the appropriate ISA Server computer. This is particularly useful for roaming clients. For more information, see the ISA product documentation.

VBScript Syntax[VBScript]

FPCFirewallClientConfig.AutoDetect [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_AutoDetect(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_AutoDetect(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether the auto detect function is enabled.

Applies To

FPCFirewallClientConfig