Microsoft Internet Security and Acceleration Server 2000

FPCSiteAndContentRule.Action Property

Gets or sets the type of action that this rule performs. The action may be to permit the request, deny the request, or redirect the request.

VBScript Syntax[VBScript]

FPCSiteAndContentRule.Action [ = RuleActions ]

C++ Syntax[C++]

HRESULT get_Action(
  FpcRuleActions *pRuleActions
);
 
HRESULT put_Action(
  FpcRuleActions RuleActions
);

Parameters

RuleActions
Type of action. It can have a value from the FPCRuleActions enumerated type.

The property is read-write.

Remarks

Because array policy can only be more restrictive than enterprise policy, you can only add array site and content rules that deny access to what is already allowed by the enterprise, or rules that redirect requests. If you try to create an allow (fpcRuleActionPermit) site and content rule, you will receive an error message, and the rule is not created.

Applies To

FPCSiteAndContentRule