Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.AppliesToDestination Property

Gets the type of destination to which the rule applies.

VBScript Syntax[VBScript]

[ DestinationSelection = ] FPCWebPublishingRule.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 through the SetDestination method.

Applies To

FPCWebPublishingRule