Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.DestinationSetUsed Property

Gets an FPCRef object used to define the destination to which the rule applies.

VBScript Syntax[VBScript]

[ collFPCRef = ] FPCWebPublishingRule.DestinationSetUsed

C++ Syntax[C++]

HRESULT get_DestinationSetUsed( 
  IFPCRef **pcollFPCRef
);

Parameters

collFPCRef
The FPCRef object used to define the destination to which the rule applies.

The property is read-only. It can be set by using the SetDestination method.

Applies To

FPCWebPublishingRule