Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.AppliesToContentMethodType Property

Gets or sets the selection of content to which the rule applies.

VBScript Syntax[VBScript]

FPCBandwidthRule.AppliesToContentMethodType [ = Applies ]

C++ Syntax[C++]

HRESULT get_AppliesToContentMethodType(
  FpcAppliesToContentMethodType *pApplies
);

HRESULT put_AppliesToContentMethodType(
  FpcAppliesToContentMethodType Applies
);

Parameters

Applies
Applies to content. It can have a value from the FpcAppliesToContentMethodType enumerated type.

The property is read-write.

Applies To

FPCBandwidthRule