FilterTableEntryElement::Priority Property
.NET Framework (current version)
Gets or sets a value that specifies the priority of this entry.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
public: [ConfigurationPropertyAttribute("priority", DefaultValue = 0, Options = ConfigurationPropertyOptions::None)] property int Priority { int get(); void set(int value); }
The entries in the filter table are evaluated based on priority, with 0 being the lowest priority. All entries for a specific priority are evaluated simultaneously, if no matching entry is found for the current priority, the next priority level is evaluated.
This value is optional.
.NET Framework
Available since 4.0
Available since 4.0
Show: