Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.SpecifiedProtocols Property

Gets the FPCRefs collection that includes the specific protocols used by the rule. Only relevant if the FPCBandwidthRule.ProtocolSelectionMethod property is set to fpcSpecifiedProtocols.

VBScript Syntax[VBScript]

[ collFPCRefs = ] FPCBandwidthRule.SpecifiedProtocols 

C++ Syntax[C++]

HRESULT get_SpecifiedProtocols(
  IFPCRefs **pcollFPCRefs
);

Parameters

collFPCRefs
Reference to the FPCRefs collection.

The property is read-only.

Applies To

FPCBandwidthRule