Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.AllServers Property

Gets or sets whether the filter applies to all servers in the array.

Note  This property is available only for an array in ISA Server Enterprise Edition. It is not available for a stand-alone server, or for ISA Server Standard Edition.

VBScript Syntax[VBScript]

FPCIpPacketFilter.AllServers [ = bApplies ]

C++ Syntax[C++]

HRESULT get_AllServers(
  VARIANT_BOOL *pbApplies
);

HRESULT put_AllServers(
  VARIANT_BOOL bApplies
);

Parameters

bApplies
Boolean value that specifies whether the filter applies to all servers (TRUE), or only to the server whose name can be found through the ServerName property (FALSE).

The property is read-write.

Applies To

FPCIpPacketFilter