Microsoft Internet Security and Acceleration Server 2000

FPCProtocolRule.ProtocolSelectionMethod Property

Gets or sets whether the rule applies to all IP traffic, all IP traffic exclusive of certain protocols, or to specified protocols.

VBScript Syntax[VBScript]

FPCProtocolRule.ProtocolSelectionMethod [ = ProtocolSelectionType ]

C++ Syntax[C++]

HRESULT get_ProtocolSelectionMethod(
  FpcProtocolSelectionType *pProtocolSelectionType
);

HRESULT put_ProtocolSelectionMethod(
  FpcProtocolSelectionType ProtocolSelectionType
);

Parameters

ProtocolSelectionType
Value from the FpcProtocolSelectiontype enumerated type.

The property is read-write.

Applies To

FPCProtocolRule