Microsoft Internet Security and Acceleration Server 2000

FPCClientAutoScript.IncludeLDT Property

Gets or sets whether to include the Local Domain Table (LDT) addresses in the list of direct-access servers.

VBScript Syntax[VBScript]

FPCClientAutoScript.IncludeLDT ( = bInclude )

C++ Syntax[C++]

HRESULT get_IncludeLDT(
  VARIANT_BOOL *pbInclude
);

HRESULT put_IncludeLDT(
  VARIANT_BOOL bInclude
);

Parameters

bInclude
Boolean value that specifies whether Local Domain Table (LDT) addresses are included in the list of direct-access servers.

This property is read-write.

Applies To

FPCClientAutoScript