Microsoft Internet Security and Acceleration Server 2000

FPCProtocolRule.Action Property

Gets or sets whether the rule allows or denies use of protocols.

VBScript Syntax[VBScript]

FPCProtocolRule.Action [ = ProtocolRuleAction ]

C++ Syntax[C++]

HRESULT get_Action(
  FpcProtocolRuleAction *pProtocolRuleAction
);

HRESULT put_Action(
  FpcProtocolRuleAction ProtocolRuleAction
);

Parameters

ProtocolRuleAction
Defines whether the rule allows or denies protocols. It can have a value from the FpcProtocolRuleAction enumerated type.

The property is read-write.

Applies To

FPCProtocolRule