Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRule.AppliesToDestination Property

Gets the type of destination to which the rule applies.

VBScript Syntax[VBScript]

[ DestinationSelection = ] FPCRoutingRule.AppliesToDestination

C++ Syntax[C++]

HRESULT get_AppliesToDestination(
  FpcDestinationSelection *pDestinationSelection
);

Parameters

DestinationSelection
Type of destination to which the rule applies. It can have a value of the FpcDestinationSelection enumerated type.

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

Applies To

FPCRoutingRule