Priority Property
      
 

Description

Determines priority of ISAPI filter.


Property type

An ISAPIFilterPriorityEnum enumeration.  


Syntax

object.Priority [= value]



The Priority Property syntax has these parts:

Part Description
object An expression evaluating to an object of type ISAPIExtension.
value An ISAPIFilterPriorityEnum enumeration, as described in settings.

Settings

The settings for value are:

Constant Value Description
 LowPriority 0 Low priority
 MediumPriority 1 Medium priority (default).
 HighPriority 2 High priority.

Remarks

Currently not used. Open for future upgrades.