Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.ProtocolSelectionMethod Property

Gets or sets whether the rule applies to all Internet Protocol (IP) traffic or to specified protocols.

VBScript Syntax[VBScript]

FPCBandwidthRule.ProtocolSelectionMethod [ = ProtocolSelectionType ]

C++ Syntax[C++]

HRESULT get_ProtocolSelectionMethod(
  FpcProtocolSelectionType *pProtocolSelectionType
);

HRESULT put_ProtocolSelectionMethod(
  FpcProtocolSelectionType ProtocolSelectionType
);

Parameters

ProtocolSelectionType
Protocol selection type. It can have a value from the FpcProtocolSelectionType enumerated type.

The property is read-write.

Applies To

FPCBandwidthRule