Microsoft Internet Security and Acceleration Server 2000

FPCSiteAndContentRule.AppliesToDestination Property

Gets the type of destination to which the rule applies, either all destinations, all internal destinations, all external destinations, destinations that are part of a specified set, or all destinations except those in the specified destination set.

VBScript Syntax[VBScript]

[ DestinationSelection = ] FPCSiteAndContentRule.AppliesToDestination 

C++ Syntax[C++]

HRESULT get_AppliesToDestination(
  FpcDestinationSelection *pDestinationSelection
);

Parameters

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

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

Applies To

FPCSiteAndContentRule