RoutingSection::FilterTables Property

.NET Framework (current version)
 

Gets the configuration element that contains a collection of FilterTableEntryElement objects.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

public:
[ConfigurationPropertyAttribute("filterTables", Options = ConfigurationPropertyOptions::None)]
property FilterTableCollection^ FilterTables {
	FilterTableCollection^ get();
}

Property Value

Type: System.ServiceModel.Routing.Configuration::FilterTableCollection^

A collection that defines the configuration section that contains a collection of FilterTableEntryElement objects.

.NET Framework
Available since 4.0
Return to top
Show: