Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.Order Property

Gets the publishing rule's order of execution in relation to the other rules. The order can be modified by the MoveUp and MoveDown methods of the FPCWebPublishingRules collection. The order of the default rule cannot be changed from last.

VBScript Syntax[VBScript]

[ lOrder = ] FPCWebPublishingRule.Order

C++ Syntax[C++]

HRESULT get_Order(
  long *plOrder
);

Parameters

lOrder
Long value that specifies the order of execution.

The property is read-only.

Applies To

FPCWebPublishingRule