Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.AppliesToDestination Property

Gets the type of destination to which the rule applies.

VBScript Syntax[VBScript]

[ DestinationSelection = ] FPCBandwidthRule.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 by using the SetDestination method.

Applies To

FPCBandwidthRule