Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRule.DestinationSetUsed Property

Gets the name of the FPCRef object that is used to define the destination set to which the rule applies.

VBScript Syntax[VBScript]

[ oFPCRef = ] FPCRoutingRule.DestinationSetUsed

C++ Syntax[C++]

HRESULT get_DestinationSetUsed(
  IFPCRef **poFPCRef
);

Parameters

oFPCRef
Reference to a FPCRef object that specifies the name of the destination set to which the rule applies.

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

Applies To

FPCRoutingRule