Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.ClientAddressSetsExcluded Property

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

ClientAddressSetsExcluded is designed to allow exceptions to the specified collection of client address sets.

VBScript Syntax[VBScript]

[ collFPCRefs = ] FPCBandwidthRule.ClientAddressSetsExcluded

C++ Syntax[C++]

HRESULT get_ClientAddressSetsExcluded(
  IFPCRefs **pcollFPCRefs
);

Return Values

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

The property is read-only.

Applies To

FPCBandwidthRule