Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.ClientAddressSetsExcluded Property

Gets the collection of client address sets to which the publishing 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 = ] FPCWebPublishingRule.ClientAddressSetsExcluded

C++ Syntax[C++]

HRESULT get_ClientAddressSetsExcluded(
  IFPCRefs **pcollFPCRefs
);

Parameters

collFPCRefs
Reference to the FPCRefs collection.

The property is read-only.

Applies To

FPCWebPublishingRule