Microsoft Internet Security and Acceleration Server 2000

FPCPolicyElements.ClientAddressSets Property

Gets a collection of all client address sets in this array. Client address sets can be added and removed with the Add and Remove methods of the FPCClientAddressSets collection. A client address set is a set of client IP addresses used by a rule.

VBScript Syntax[VBScript]

[ collFPCClientAddressSets = ] FPCPolicyElements.ClientAddressSets

C++ Syntax[C++]

HRESULT get_ClientAddressSets(
  IFPCClientAddressSets **pcollFPCClientAddressSets
);

Parameters

collFPCClientAddressSets
Reference to an FPCClientAddressSets collection.

This property is read-only.

Applies To

FPCPolicyElements