RoutingSection::NamespaceTable Property

.NET Framework (current version)
 

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

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

public:
[ConfigurationPropertyAttribute("namespaceTable", Options = ConfigurationPropertyOptions::None)]
property NamespaceElementCollection^ NamespaceTable {
	NamespaceElementCollection^ get();
}

Property Value

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

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

.NET Framework
Available since 4.0
Return to top
Show: