FilterTableEntryElement::Priority Property

.NET Framework (current version)
 

Gets or sets a value that specifies the priority of this entry.

Namespace:   System.ServiceModel.Routing.Configuration
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);
}

Property Value

Type: System::Int32

The priority of this entry. The default value is 0.

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
Return to top
Show: