Microsoft Internet Security and Acceleration Server 2000

FPCServerPublishingRule.ClientAddressSetsExcluded Property

Gets the client address sets excluded from the server publishing. This property is useful only when the ClientSetsUsed property is not empty. It allows you to design a server publishing rule that applies to one set of clients but excludes another set of clients.

VBScript Syntax[VBScript]

[ collFPCRefs = ] FPCServerPublishingRule.ClientAddressSetsExcluded 

C++ Syntax[C++]

HRESULT get_ClientAddressSetsExcluded(
  IFPCRefs **pcollFPCRefs
);

Parameters

collFPCRefs
The FPCRefs collection used to define the client address sets.

The property is read only.

Applies To

FPCServerPublishingRule