Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.AppliesToMethod Property

Gets or sets how rules are applied, based on request origin.

VBScript Syntax[VBScript]

FPCBandwidthRule.AppliesToMethod [ = AppliesToType]

C++ Syntax[C++]

HRESULT get_AppliesToMethod(
  FpcAppliesToType *pAppliesToType
);

HRESULT put_AppliesToMethod(
  FpcAppliesToType AppliesToType
);

Parameters

AppliesToType
Applicability method. It can have a value from the FpcAppliesToType enumerated type.

The property is read-write.

Applies To

FPCBandwidthRule