Microsoft Internet Security and Acceleration Server 2000

FPCProtocolRule.ClientAddressSetsExcluded Property

Gets the collection of client address sets to which the rule does not apply. This property is useful only when the ClientSetsUsed property is not empty. It allows you to design a rule that applies to one set of clients but excludes another set of clients.

VBScript Syntax[VBScript]

[ collFPCRefs = ] FPCProtocolRule.ClientAddressSetsExcluded

C++ Syntax[C++]

HRESULT get_ClientAddressSetsExcluded(
  IFPCRefs **pcollFPCRefs
);

Parameters

collFPCRefs
Reference to an FPCRefs collection that contains references to the client address sets that are excluded.

The property is read-only.

Applies To

FPCProtocolRule