Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.Action Property

Gets the action that this rule performs. Possible actions are:

VBScript Syntax[VBScript]

[ PublishRouteType = ]FPCWebPublishingRule.Action 

C++ Syntax[C++]

HRESULT get_Action(
  FpcPublishRouteType *pPublishRouteType
);

Parameters

PublishRouteType
Action that this rule performs. It can have a value of the FpcPublishRoute enumerated type.

The property is read only. Set the action by using the Action parameter of the SetWebSiteAndPorts method.

Applies To

FPCWebPublishingRule